Jim Gifford wrote:
Classic mistake. You're running a shell script from your dot-courier file, and you're using the SENDER environment variable without quoting it. When you get a rogue email message with a quote in the sender address, the shell sees the lone quote in the sender address, and gets confused because there's no matching end quote. Make sure you sorround the SENDER variable with quotes, for example:
"$SENDER" instead of just $SENDER
No .courier in use, only .mailfilter for moving messages into the proper folders.
But the error message is clearly from a shell. Does your .mailfilter contain any instructions which call an external program? It would help if you can post your .mailfilter too.
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
