procmail
[Top] [All Lists]

Full header with the reply

1998-02-08 09:45:24
What is the flag (or command) to also include (copy) the header with the
automatic reply?

I tried :0fhbw but it messed the recipe and did nothing.

:0
* $ ()\/$BAN_REGEXP
{
reject=$MATCH
:0fbw
| ( echo "--++" ; echo "end" ; echo "" ; \
echo "" ; echo "" ; echo ; sed 's/^/> /' ) \

:0
* ^Subject:[    ]*\/[^  ].*
| formail -rtkb -I"Subject: Message rejected (was: $MATCH)" -I"From:
Postmaster WECKE <nobody(_at_)wecke(_dot_)com>" -I"Reply-To: 
nobody(_at_)wecke(_dot_)com"
-I"Precedence: junk" \
| $SENDMAIL $SENDMAILFLAGS -t
}


( full recipe at http://www.brave.com.br/recipe.txt )

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