procmail
[Top] [All Lists]

procmail: Error while writing to formail

2006-03-14 16:45:45
Hello,
I want to change the header Content-Type: for the incoming email from a 
specific domain.
but I always get the writing errors in procmail.log

what could be the reason?

here is my .procmailrc

HOME=/home/abc
LOGFILE=$HOME/Mail/procmail.log
MAILDIR=$HOME/Mail
LOCKFILE=$MAILDIR/lockfile

:0 c
* (^From.*domain.com)
{
:0 Afhw
    | /usr/bin/formail -I "Content-Type: text/plain;"
:0 c
    problem_mail
}


The error in procmail.log is:

procmail: Error while writing to " /usr/bin/formail -I "Content-Type: 
text/plain;""
procmail: Rescue of unfiltered data succeeded

is there any way I can do to fix this problem?

thanks

Tom



____________________________________________________________
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