Displaying 1 result from an estimated 1 matches for "add_fixed_address".
2009 Mar 30
1
Empty To: Header and message_address_parse
...tracker.
RT sends mail out using Bcc: and no To: header at all. To make some
mailers happy one can configure to send a dummy To: header, which we do.
Our To header looks like:
To: "AdminCc of rt Ticket #123456":;
The message_address_parse function called with the TRUE flag
(triggers add_fixed_address) in dovecot changes that to
To: AdminCc of rt Ticket #123456: MISSING_MAILBOX at MISSING_DOMAIN ;
and then at least alpine does use that invalid address as Cc: address when
replying. If the mail is stored in a local folder, i.e. does not get
fetched via IMAP then the To: line is displayed as is...