procmail
[Top] [All Lists]

RE: Problems with autoresponder

2005-08-16 10:57:45

procmail: Executing " (formail -r -I "Precedence: junk" \
               -A "X-PTS-Loop: weirdsecret(_at_)freenet(_dot_)de" ; \
               echo "# Subscription confirmed.") |sendmail -t"

Any chance the quoting rules are such that # above is appearing as
a shell comment characrter, thus eliminating the reset of the line
after that?

Where you had this:

    :0 hc
    * ! ^X-PTS-Loop:(_dot_)*bug-tracking-system(_at_)freenet(_dot_)de
    * ^To:(_dot_)*bug-tracking-system(_at_)freenet(_dot_)de
    * ^From:(_dot_)*pts(_at_)qa(_dot_)debian(_dot_)org
    * ^Subject:.*CONFIRM
    | (formail -r -I "Precedence: junk" \
               -A "X-PTS-Loop: bug-tracking-system(_at_)freenet(_dot_)de" ; \
               echo "# Subscription confirmed.") |sendmail -t

Will rewriting that last echo line as follows, help?

echo '"# Subscription confirmed."') |sendmail -t

____________________________________________________________
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