"David Collantes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On 06-12-2003 at 16:50 EDT, Jason R. Mastaler
<[EMAIL PROTECTED]> wrote:
>
> > > DELIVERY = "|/usr/bin/procmail ~/.procmailrc"
> >
> > You can't deliver to the same .procmailrc that invoked
tmda-filter in
> > the first place.  Deliver to another rcfile such as
> > ~/.procmailrc-tmda, or don't deliver to procmail at all if
you don't
> > need to.
>
> What value should my DELIVERY variable have?

Depends where you want your new spam-free email to go:

Examples:

Qmail-style local Maildir delivery:
    DELIVERY = "~/Maildir/"

Regular unix mail delivery
    DELIVERY = "~/Mailbox"
or
    DELIVERY = "/var/mail/jasonrm"

Pipe it to another command for more processing
    DELIVERY = "|/usr/bin/maildrop"
    DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda"
(But not to the same script which called tmda-filter, or you'll
get an infinite loop as we've seen.)

Forward it to another email account:
    DELIVERY = [EMAIL PROTECTED]

Jim



_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to