On Jul 8, 2004, at 20:47, Christian Balzer wrote:
> I replaced the last line with this, resulting in much more generic
> solution:
>
> return_path = $sender_address_local_part=$local_part=$domain=\
> ${hash_8:\
>
> SECRET=${local_part:$sender_address}=$local_part=$domain}\
> @$sender_address_domain
I just noticed the following variable as well:
$sender_address_local_part
which could replace ${local_part:$sender_address} in the example above.
> As a side note, the above transport will only be called in my setup
> for addresses aka users that selected this option, not forcing the
> max_rcpt and computational slowdown onto everybody. :)
That is actually how I do it too. I probably should mention that in
the doc.
Thanks for your comments!
-tor