procmail
[Top] [All Lists]

Re: problem with receipt

2003-07-03 10:55:20
Birl wrote:

I have an email alias, yahoo(_at_)concept(_dot_)temple(_dot_)edu(_dot_)  I 
added this receipe,
now commented out, which spiked my CPU to 100%.

Might be useful to check your logfile and see where procmail is
spinning.

:0 H
* ^(_dot_)*yahoo\(_at_)concept\(_dot_)

That regex doesn't quite make sense, why stipulate the start of a line then 
take the kleene closure of anything? Also the @ shouldn't be escaped. This
might work instead, though it might be better to narrow your condition down 
to a specific header like To. "procmail is not an MTA" caveats
apply of course, consult any procmail FAQ for details. :)

:0
* yahoo(_at_)concept\(_dot_)

        VERBOSE=OFF

If this section is suspicious it might make more sense to enable the VERBOSE
setting than explicitly disable it.

      [snip other receipes that have been tested and work correctly]

        #:0:
        #* ^From: \/+ Moderator
        #$MATCH

Is this normally commented out?

        :0:
        * ^Mailing-List: list \/[^(_at_)]+
        $MATCH

looks okay...

g'luck!

-TFC

_______________________________________________
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>