-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Tim Legant wrote:
| Jeff Penn <[EMAIL PROTECTED]> writes:
|
|
|>All mail ends up being passed to DEFAULT by procmail,
~/.tmda/logs/debugcontains:
|>
|>Traceback (most recent call last):
|> File "/usr/bin/tmda-filter", line 53, in ?
|> execfile(os.path.join(execdir, 'tmda-rfilter'))
|> File "/usr/bin/tmda-rfilter", line 175, in ?
|> raise Errors.MissingEnvironmentVariable('SENDER')
|>MissingEnvironmentVariable
|
|
| [...]
|
|
|>procmail_pipe:
|> driver = pipe
|> command = "/usr/bin/procmail"
|
|
| I know nothing about Exim, but it does appear that you're missing the
| '-p' flag to procmail.
|
|
| Tim
| _____________________________________________
| tmda-users mailing list ([EMAIL PROTECTED])
| http://tmda.net/lists/listinfo/tmda-usersAye, that would be the cause of it to me. FWIW, Here's my procmail transport in my exim.conf (exim 4.20)
procmail_transport:
~ driver = pipe
~ command = "/usr/bin/procmail -p"
~ delivery_date_add
~ envelope_to_add
~ no_freeze_exec_fail
~ group = mail
~ no_log_defer_output
~ no_log_fail_output
~ no_log_output
~ no_return_fail_output
~ no_return_output
~ return_path_add
~ umask = 0022
~ environment = EXTENSION=${substr_1:$local_part_suffix}:\
~ [EMAIL PROTECTED]Works great for TMDA here.
- --- Dan
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE++jmCxQEzeXtVwzoRAqq8AKChUCOszWWvW/k09HDXtzEY7eDPIACfee26 NOsc9uS7+XvCi+DofqY4GR0= =AWt4 -----END PGP SIGNATURE----- _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
