--
On Tue, Jul 02, 2002 at 10:20:50PM +0200, Roxik wrote:
| sms:
| driver = pipe
| command = "/usr/bin/pow ${lookup {*} lsearch {/etc/virtual/${domain}/sms}} ${sender_address} ${message_size} ${h_Subject}"
| But it does not work...
| exim display this error message:
| T=sms defer (0): Expansion of "${lookup" from command "/usr/bin/pow ${lookup {*} lsearch {/etc/virtual/${domain}/sms}} ${sender_address} ${message_size} ${h_Subject}" in sms transport failed: missing lookup type
Try this instead :
command = "/usr/bin/pow \"${lookup {*} lsearch {/etc/virtual/${domain}/sms}}\" ${sender_address} ${message_size} ${h_Subject}"
or this
command = "/usr/bin/pow ${lookup{*}lsearch{/etc/virtual/${domain}/sms}} ${sender_address} ${message_size} ${h_Subject}"
-D
--
Whoever gives heed to instruction prospers,
and blessed is he who trusts in the Lord.
Proverbs 16:20
http://dman.ddts.net/~dman/
--
[ Content of type application/pgp-signature deleted ]
--