> The problem is that Imail when using the Nobody alias (single > account) strips off all additional recipients if they are in the > same domain...
It doesn't "strip them off" exactly, though the X-RCPT-TO: will not reflect more than one recipient. Envelope recipients do not "exist" in the first place, in RFC 2822-speak, so they can't be stripped off--though they may optionally be copied into the message body by the MTA. The question is still what ExchangePOP3 is using to parse out recipients. If it can only use the non-standard, though common, X-RCPT-TO:, you'll be stuck. If it can use the To: and Cc: headers, you'll have somewhat less missed mail, though still will not catch any mail that is sent by envelope only. If it can use a custom header, Declude's XINHEADER will probably be able to work around the problem in all situations, though you have to make sure that ExPOP3 strips out any unwanted information from the such a header (such as Bcc: recipients, which Declude has access to but which the end user is not supposed to know). -Sandy To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
