Matthew Schumacher <[email protected]> wrote:
I'm trying to do some filtering in MD by removing the recipient address and replacing it with a [email protected] address so that the message will get routed to the correct sub-mailbox using the cyrus lmtp mda.
Lowercasing happens in the Cyrus mailer definition, in sendmail.cf. You can add u to the F= equate, to preserve case, but then you have to take care of the opposite problem, namely random uppercasing of users, so that mail to [email protected] does not bounce because the user is abc not Abc. Joseph Brennan Columbia University Information Technology _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

