procmail
[Top] [All Lists]

Re: Why is it skipping?

2000-12-12 09:14:35
On Tue, Dec 12, 2000 at 05:38:06AM -0500, Robert Campbell wrote:
rc.new:

:0 c:
! ^MAIL_DEAMON
! ^X-Loop: poohba(_at_)\io(_dot_)com
* 0^0
* 1^0 (To|Cc|Bcc)(_dot_)*poohba(_at_)io\(_dot_)com
* 1^0 (To|Cc|Bcc)(_dot_)*EmNEm(_at_)relationships\(_dot_)com
 
procmail: Executing "/usr/sbin/sendmail,^MAIL_DEAMON"
procmail: Program failure (67) of "/usr/sbin/sendmail"
procmail: Assigning "LASTFOLDER=/usr/sbin/sendmail ^MAIL_DEAMON"
procmail: Unlocking ".lock"
procmail: Skipped "! ^X-Loop: poohba(_at_)\io(_dot_)com"

You need to add a * in front of ! ^MAIL_DEAMON (and correct that to
MAIL_DAEMON) AND ! ^X-Loop: poohba(_at_)\io(_dot_)com (and change that to 
poohba(_at_)io\(_dot_)com)


{
 :0
 temp

 :0
 ! poohba(_at_)poohba(_dot_)adsl(_dot_)duke(_dot_)edu

 :0
 * ^(From|Cc|Bcc).*(Tinu|aosinupebi|Nicola|nnm|nicohous|daria|aaiclinic)
 ! poohba(_at_)collegeclub(_dot_)com

 :0
 * ^Subject.*Entry To Sexbook
 sexbook

}

killfile.log:

You realize that this nesting block makes no sense? The first recipe will grab
all mail that gets this far, the next two recipes have improperly formed
conditionals (all condition lines must begin with *) and no action lines. A
recipe may lack a conditional, but it must have an action.

-- 
Andrew Edelstein                http://andrew.pure-chaos.com

Count Rugen: Come Sir, we must get you to your ship.
Wesley: We are men of action. Lies do not become us.
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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