mwolson: Test procmail delivery
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / transport / 30_exim4-config_procmail_pipe
1 # hcoop-change: Set a nonsensical environment variable in order that a
2 # the token-acquiring command may be run
3
4 procmail_pipe:
5 debug_print = "T: procmail_pipe for $local_part@$domain"
6 driver = pipe
7 path = "/bin:/usr/bin:/usr/local/bin"
8 environment = AFS_IS=${run{/etc/exim4/get-token ${local_part}}{}}enabled
9 command = "/home/mwolson_admin/procmailtest"
10 # command = "/usr/bin/procmail"
11 return_path_add
12 delivery_date_add
13 envelope_to_add
14