[email protected] writes:

If I’m expecting the wrong thing, can someone please point me in the right direction?

What you want to do is /not/ escape SUBJECT, but rather let the shell handle the expansion:

cc "| $MAILBOT … -s\"Subject: AUTO-REPLY: (\$SUBJECT)\" … "

This ends up executing the following command by the shell:

mailbot … -s"Subject: AUTO_REPLY ($SUBJECT)"

maildrop exports all variables into th shell's environment. The shell is going to do variable substitution in the parameter, by itself.


Attachment: pgpmLFlxtH6_m.pgp
Description: PGP signature

------------------------------------------------------------------------------
The best possible search technologies are now affordable for all companies.
Download your FREE open source Enterprise Search Engine today!
Our experts will assist you in its installation for $59/mo, no commitment.
Test it for FREE on our Cloud platform anytime!
http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to