On Tuesday 05 March 2002 16:07, you wrote:
> I use "maildrop" (http://www.flounder.net/~mrsam/maildrop/)
>
> Here are my .mailfilter and .qmail files that go with it:
>
> [begbie@blazing begbie]$ cat .mailfilter
> xfilter "spamc -p 8282"
>
> # Tag that puppy
> if ( /^X-Spam-Flag: YES$/ )
> {
> # If the "Spam" folder exists, save tagged mail there. Otherwise bail.
> exception {
>   to "./Maildir/.Spam/."
> }
> }
> to "./Maildir/."
>
> [begbie@blazing begbie]$ cat .qmail
>
> |/usr/local/bin/maildrop
>
> [begbie@blazing begbie]$
>
> Hope this helps,
>
> rOD.


Thanks for the help it seems to be working but I took out the part about the 
spam folder. The only thing is that it appears as though I'm getting doubles 
of some messages.

I found the error it is always defering the messages that I send to maildrop 
but in the mean time maildrop is still delivering the messsages. This send 
all my email into an infinate loop in qmail but still being delivered by 
maildrop. Untill I stop using maildrop I get multiple duplicates.

-- 
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
                                      Brook Humphrey           
        Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107        
http://www.webmedic.net, [EMAIL PROTECTED], [EMAIL PROTECTED]   
                                 Holiness unto the Lord
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to