From: dick hoogendijk [mailto:[EMAIL PROTECTED]
> 
> It's written before, I'm sure but I seem to remeber syntax rules has
> been changed so I'll ask it again.
> 
> I have a .mailfilter file in $HOME w/ rules like:
> 
> if ( /[EMAIL PROTECTED]/ )
> {
>     exception {
>       to "Maildir/.zspam/"
>     }
> }
> 
> I do not want these messages send to the spam folder anymore, but
> "deleted" instead. Somthing like /dev/null in linux. How is this
> done?

The simplest way is to just tell maildrop that you're done with the
message.  This is what I do with my high-scoring spam.

if ( /[EMAIL PROTECTED]/ )
{
    EXITCODE = 0
    exit
}

Bowie


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to