[SOLVED] Forward incoming message

Aug 9, 2022
11
0
6
Hello at all,

i try to figure out how I can forward a specific incoming mail (original to: anton@domain.tld) to peter@domain.tld

Because there is no "forward" action object or similar available i tried to use the "Header Attribute" action and replace the "To" value with the target email address.
Then the Email will be send to "anton" (wrong) but in the Mailheader the expected "peter" is written. (So the action object works)

Is this a bug or a feature? :-)

Does anybody know another Method to forward an email to another recipient?
 
Is this a bug or a feature?
it's just the way SMTP works - by changing the header nothing happens with the envelope addresses.

Forwards should probably be done in the downstream server and not in PMG, but you might be able to work around this with a rule that:
* has a BCC action (to peter@domain.tld)
* has a Block action (to not send the mail to anton@)
(I'd leave the To header as is - else everybody gets even more confused)

I hope this helps!