condition = ${if !eq {$acl_m_prf}{PopconMail}}
message = Your mailer is not RFC 2047 compliant: message rejected
- discard condition = ${if eq {$acl_m_prf}{blackhole}}
- condition = ${if bool_lax{$acl_m_defopt}}
+ warn condition = ${if bool_lax{$acl_m_defopt}}
condition = ${if or {\
{match {$message_body}{Wenn Sie zukünftig keine weiteren Informationen erhalten möchten, <br />unwissentlich oder unbeabsichtigt in den Verteiler aufgenommen wurden,}} \
{match {$message_body}{\N(?i)Dear Beneficiary.*You have been selected.*Thousand United States Dollars\N}} \
}\
}
+ set acl_m_content = 1
+
+ discard condition = ${if eq {$acl_m_prf}{blackhole}}
+ condition = ${if eq {$acl_m_content}{1}}
log_message = Discarded suspicious content for $recipients
deny condition = ${if !eq {$acl_m_prf}{markup}}
- condition = ${if bool_lax{$acl_m_defopt}}
- condition = ${if or {\
- {match {$message_body}{Wenn Sie zukünftig keine weiteren Informationen erhalten möchten, <br />unwissentlich oder unbeabsichtigt in den Verteiler aufgenommen wurden,}} \
- {match {$message_body}{\N(?i)Dear Beneficiary.*You have been selected.*Thousand United States Dollars\N}} \
- }\
- }
+ condition = ${if eq {$acl_m_content}{1}}
message = Rejected due to suspicious content
warn condition = ${if eq {$acl_m_prf}{markup}}
- condition = ${if bool_lax{$acl_m_defopt}}
- condition = ${if or {\
- {match {$message_body}{Wenn Sie zukünftig keine weiteren Informationen erhalten möchten, <br />unwissentlich oder unbeabsichtigt in den Verteiler aufgenommen wurden,}} \
- {match {$message_body}{\N(?i)Dear Beneficiary.*You have been selected.*Thousand United States Dollars\N}} \
- }\
- }
+ condition = ${if eq {$acl_m_content}{1}}
add_header = X-debian-content-warning: yes
<%- if has_variable?("clamd") && @clamd -%>