On Wednesday 20 October 2004 5:48 am, Anthony Edwards wrote:
> Here's my plan spelled out cleanly, but not yet coded:
> fetchmail -> maildrop -> SA -> maildir

Pretty simple.  I am running the same setup.

> [EMAIL PROTECTED]:~> cat .fetchmailrc
> poll pop3.nildram.co.uk proto pop3 user "topflite" password 
> "*******"
> limit 100000

add "mda /usr/local/bin/maildrop" to the .fetchmailrc

And for your .mailfilter:

> logfile ".maildroplog"
>
> `reformail -D 8192 .duplicate.cache`
> if ( $RETURNCODE == 0 )
>         exit
>
> if ($SIZE < 100000)
>        xfilter "spamc"

This should work quite nicely.

You don't need a .forward or anything else.  Fetchmail will pass the
mail directly to maildrop for delivery.

Bowie

Reply via email to