procmail
[Top] [All Lists]

procmail: Error while writing to " (formail -r \

1997-06-16 08:58:00
Hi,
        I just got the following error on an automated response for spam:

procmail: Error while writing to " (formail -r \
-A "X-Loop: msaroff(_at_)pca(_dot_)net" \
-A "Precedence: junk"; \
echo "     On the basis of previous mail that I have received from your";\
--SNIP--
echo "Your Message:";\  
echo "---------- Forwarded message ----------";\
echo " ";\
echo "$MESSAGE";) | $SENDMAIL -t -oi"

        The recipe in question is:


# this is a script that mails back a "go away" letter  
# from domains on my bad list,
:0c
* !^X-Loop: msaroff(_at_)pca(_dot_)net
* ? (formail -xFrom:) | fgrep -i -f $SPAMLIST
| (formail -r \
-A "X-Loop: msaroff(_at_)pca(_dot_)net" \
-A "Precedence: junk"; \
echo "     On the basis of previous mail that I have received from your";\
--SNIP--
echo "Your Message:";\
echo "---------- Forwarded message ----------";\
echo " ";\
echo "$MESSAGE";) | $SENDMAIL -t -oi

:0A:
$agis



-- 
MATTHEW SAROFF

<Prev in Thread] Current Thread [Next in Thread>
  • procmail: Error while writing to " (formail -r \, Matthew G. Saroff <=