Hello everyone,
I am currently using Proxmox Mail Gateway 9 and, due to the increasing number of phishing emails (especially fake invoices delivered as .html attachments), I implemented an additional protection rule.
Setup / Rule:
I created a rule with the following behavior:
This works as intended and significantly reduces the risk from malicious emails.
Problem:
The rule is currently not overridden by the User Welcomelist.
Even if a sender is explicitly on a user’s welcomelist:
I would expect the User Welcomelist (whitelist) to take precedence or override this rule, so that:
Is there a way to design the rule so that the welcomelist is respected (e.g. via rule priority, object configuration, or processing order)?
Thanks in advance for any help!
I am currently using Proxmox Mail Gateway 9 and, due to the increasing number of phishing emails (especially fake invoices delivered as .html attachments), I implemented an additional protection rule.
Setup / Rule:
I created a rule with the following behavior:
Code:
If email contains *.html attachment:
- Remove the HTML attachment
- Move the mail to quarantine
- Also place it in attachment quarantine
This works as intended and significantly reduces the risk from malicious emails.
Problem:
The rule is currently not overridden by the User Welcomelist.
Even if a sender is explicitly on a user’s welcomelist:
- the HTML attachment is still removed
- and the email is still moved to quarantine
I would expect the User Welcomelist (whitelist) to take precedence or override this rule, so that:
- trusted senders can still deliver their attachments without modification
Is there a way to design the rule so that the welcomelist is respected (e.g. via rule priority, object configuration, or processing order)?
Thanks in advance for any help!