procmail
[Top] [All Lists]

How to protect the rc file against non ascii chars

2003-10-24 05:37:59

        Since I have started to decode the ISO strings from the
        Subject I find in the log error messages:

procmail: Skipped "^M"

        I think it comes when I play with strings that after decoding
        contain special chars:

BTYPE=`echo $MATCH | mimencode -u`
...
* TMPS ?? something
...

        Yet, I try to iron out the string:

BTYPE=`echo $MATCH | mimencode -u | cat -v`

        Is there a better idea?  Do I on the right direction?

Thanks in advanced,
 Udi


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