procmail
[Top] [All Lists]

Re: perl help, getting rid of

1998-04-02 10:05:04
|Thu 98-04-02 Ralph SOBEK <sobek(_at_)irit(_dot_)fr> list.procmail
| 
| JA> Pm-jasubject.rc -- Subject field cleaner and canonilizer (Re:)
| 
| First off you have to use:
| 
|    clean = `echo "$subject" | ...
| 
| in order for the message to pass.  

Eww, Is this case $subject does not need quotes because it is passed to
echo. But for good programming style, the quotes should be added,
so I added them :-) Thanks. v1.28 is out.

jari