Quoth Peter Radcliffe on Wed, Jul 05, 2000:
> command = "procmail \
> -a ${sg {${substr_1:${local_part_suffix}}}{[^a-zA-Z0-9+._\\$-]}{}} \
> -d ${local_part}"
>
> 2000-07-05 18:23:09 139xZU-0006nG-00 == pir@??? T=procmail_pipe defer
> (0): Expansion of "${sg" from command "procmail -a ${sg
> {${substr_1:${local_part_suffix}}{[^a-zA-Z0-9+._\$-]}{}} -d ${local_part}"
> in procmail_pipe transport failed: missing or misplaced { or }
Remove the space after ${sg. Like:
${sg{${substr_1:${local_part_suffix}}}{[^a-zA-Z0-9+._\\$-]}{}}
Vadik.
--
Prof: So the American government went to IBM to come up with a data
encryption standard and they came up with ...
Student: EBCDIC!