procmail
[Top] [All Lists]

Re: formail problem...

2003-05-24 15:25:45
Paul asked,

> What am I doing wrong?

I say it's the extra quotes here:

    :0 fhw
    * FMARGS ?? [-]
    | formail "${FMARGS}"

Paul, you have to let formail separate the various -A options from one another. That additional set of outer quotes around ${FMARGS} is killing you (you don't need those braces either, but they don't hurt). (Come to think of it, you don't need the brackets around the hyphen.)

Suggestion: use -a instead of -A. If the list becomes RFC2369-compliant and the values for those fields as set by the list manager are not the same, or are no longer the same, as those you've inferred, you won't want two sets of them, one right and one wrong.

DWT


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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