procmail
[Top] [All Lists]

Re: procmail wont deliver

2005-05-15 16:49:51
Kevin Williams schreef:

I also modified the error rule to send on mail to
the default instead of just sending it back to qmail.

    :0e
    /

That looks absolute. Try not to see $MAILDIR as the value in 
front of that slash. MAILDIR is the cd-command of procmail. 


Proposal:

     :0e
     test/



Also change 

     :0
     * ^X-Bogosity: Spam, tests=bogofilter
     /.Junk/

to

     :0
     * ^X-Bogosity: Spam, tests=bogofilter
     .Junk/


and remove

    0:
    /

because DEFAULT takes care of that.

-- 
Grtz, Ruud

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>