Brad Knowles writes: > > Two > > suggestions: my feeling is that the first line should mention the > > *places* where replacement has been observed (envelope address, RFC > > 2822 addresses, whatever). > > It may be my anti-histamine-fogged brain, but I'm not quite sure I > understand what you mean. Could you clarify?
As I read the thread, I saw no examples of RFC 2822 headers being munged, but I did see lots of discussion of SMTP commands like ELHO, MAIL, and RCPT. RFC 1123 requires that addresses in MAIL and RCPT commands be canonicalized, but says nothing about the RFC 2822 headers that I can see. So I've been thinking in terms of envelope addresses, which often are visible to users in various ways. Are the message's headers actually being rewritten? If so, which ones? And on which host? Ie, is it that [EMAIL PROTECTED] composes a message "To: [EMAIL PROTECTED]", and the MTA at example.com is rewriting that to "To: [EMAIL PROTECTED]"? If so, it's purely a DNS issue and neither Mailman nor Mailman's MTA can do anything about it. Or is the MTA at hosting-service.dom rewriting it before redistributing? Or what? ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
