Jim Gifford wrote:
The only thing I have in my shell that uses variables is amavis. Here is the amavis section

...
FROM=escape($SENDER)
...
               TO=escape($RECIPIENT)
xfilter "/usr/sbin/amavis debug $SENDER $RECIPIENT"

/me snickers

So, you've gone to the trouble of escaping SENDER and RECIPEINT so that you have shell-safe values in FROM and TO, but then use SENDER and RECIPIENT on the command line? :)

xfilter "/usr/sbin/amavis debug $FROM $TO"



-------------------------------------------------------
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

Reply via email to