[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mailfilter (was Re: missing /var/mail)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 02/04/08 01:54, Chris Bannister wrote:
[snip]
> 
> example from .mailfilter:
> 
> DEFAULT=$HOME/Mail/IN-personal/
> 
> if (/^X-Loop: debian-user@lists\.debian\.org$/)
> {
> 	  to "$HOME/Mail/IN-debian-user/"
> }
> 
> Notice the slash after IN-debian-user and IN-personal

Are you using Maildir?

This is how it has to look when you drop email into Maildir:

if ( /^Subject: \-\- Spam \-\-/ )
{
    to "Maildir/.Spam"
}

if ( /^X-Mailing-List:.*<debian-user@lists.debian.org>*/ )
{
    to "Maildir/.Lists.Debian.User.2008q1"
}


- --
Ron Johnson, Jr.
Jefferson LA  USA

PETA - People Eating Tasty Animals
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHptwJS9HxQb37XmcRAtfmAKCoxYm2u72np5/6f6N2KOeRS3Xf/wCgjBD7
fIRdiH/fO802Nessd7bVvZk=
=FnXM
-----END PGP SIGNATURE-----


Reply to: