procmail
[Top] [All Lists]

running two scripts within one recipe

2009-07-17 19:55:26
I have a very simple recipe:

:0c
* ^X-Spam-Flag: YES
| /home/chris/Test/sreporter.pl

sreporter.pl forwards spam to three spam reporting addresses, however,
I'd like to remove the SA markup before forwarding the spam. To do that
I have a small bash script called remove-sa-markup. Placing this in the
recipe before sreporter runs appears to stop the whole recipe from
working:

:0c
* ^X-Spam-Flag: YES
| /home/chris/Test/remove-sa-markup
| /home/chris/Test/sreporter.pl

is there a way to get both scripts to run?

Thanks
Chris

-- 
KeyID 0xE372A7DA98E6705C

Attachment: signature.asc
Description: This is a digitally signed message part

____________________________________________________________
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
<Prev in Thread] Current Thread [Next in Thread>