FortiMail
FortiMail provides advanced, multi-layer protection against the full spectrum of email-borne threats
opetr_FTNT
Staff
Staff
Article Id 196174
Description
When bounce verification is enabled some Out of Office messages are marked as bounce verification failed.
opetr_FD38879_tnb_FD38879-1.jpg

Solution
This behavior is correct.

The cause of this is that some mail servers do not use the sender's email address from SMTP envelope but use the sender's address from mail headers to deliver OoO.

The problem is that the email address in mail headers does not contain bounce verification tag, hence FortiMail does not have any opportunity to recognize this message correctly (and is marking it as bounce verification fail).

For example:
Correct
MAIL FROM:<>
RCPT TO:<prvs=<keyvalue>=sender@domain.tld>

Incorrect
MAIL FROM:<>
RCPT TO:<sender@domain.tld>
The OoO message should use 'prvs=<keyvalue>=sender@domain.tld' in RCPT TO, the problem is when 'sender@domain.tld' is used instead.

As a workaround, Bounce verification exempts can be created in 'AntiSpam > Bounce Verification > Tagging Exempt List or Verification Exempt List' for domains or hosts that are having the problem.
Other possibilities are to enable "Bypass bounce verification" on the session profile or domain.

Contributors