procmail
[Top] [All Lists]

Re: ERROR: rescue of unfiltered data succeeded

2002-01-18 13:17:22
Thanks! That did the trick!

Adhamh

On Friday, January 18, 2002, at 01:55 PM, Stig Brautaset wrote:

* Adhamh Findlay <adhamh(_at_)apple(_dot_)com> spake thus:
Hello,

I am seeing the below error message in my procmail log file.
procmail: Assigning "NEWTO="
procmail: Error while writing to " echo $MATCH | sed
's/myold.domain.com/mynew.domain.com/g'"
[snip]
:0
* 
^To:.*(support(_at_)myold(_dot_)domain(_dot_)com|interest(_at_)myold(_dot_)domain(_dot_)com|\
followup(_at_)myold(_dot_)domain(_dot_)com|archive(_at_)myold(_dot_)domain(_dot_)com|\
managemnt(_at_)myold(_dot_)domain(_dot_)com|reports(_at_)myold(_dot_)domain(_dot_)com)
* ^To:\/.*
        {
        :0

methinks the above line should be
        :0 ifh

        h - only send the header to the pipe, save some processing
        f - consider the recipe a filter, the mail is not delivered if
            this recipe succeds.
        i - ignore write errors on this recipe (even the logfile
            indicates this)

`man procmailrc' has excellent documentation.


Stig

--
brautaset.org
Registered Linux User 107343

``Oh, how I wish `undo' was ported to everyday life.''
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail