Overview
When having incoming filter rule created with Redirect to address option and Subject containing "Test" text, the email messages are not getting delivered to the desired mailbox.
When the Send notification option is enabled, the original Mail is being received.
The necessary user mailbox has an additional second email address defined.
Diagnosis
The additional email address (user1test@) already delivers to the primary email address (user1@) and when the mail server tries to effectively redirect it to itself, the email goes into a delivery loop and is never delivered.
Solution
- In the Webadmin interface, navigate to Configuration -> Message Filters -> double-click the necessary incoming rule.
- Add an extra line to the Filter Rule, which excluded the additional email address (user1test@) from the rule.
Confirmation
Now any email sent from the admin@ account, containing the keyword test, is delivered to user1@ without issue (original email was sent to user2@).
Emails addressed to user1test@ are also delivered to user1@ as the redirect is ignored.
Priyanka Bhotika
Comments