>>>>> "EC" == Evan Champion <evanc@synapse.net> writes:
EC> What I've done to try to partially fix the problem is to do a simple
EC> pattern match for /postmaster/i and /mailer-daemon/i in the $reply_to
EC> before sendmail is executed from majordomo.
Actually the really easy method is to simply cut and paste the code from
resend that handles global_taboo_headers. Unfortunately because majordomo
processes the file line-by-line instead of all at once, it's difficult to
apply the filters (especially a body filter) without changing the way
Majordomo reads the incoming mail.
The only real solution I can see is to either slurp the mail into a string,
or copy it into a file, then process that. In other words, a proper
solution will take more than just a small patch. I'm still working on
this, though.
- J<
Follow-Ups:
References:
|
|