You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
I am trying to make a new rule on phpmailer-bmh_rules.php
/* rule: unknown
* sample:
* Diagnostic-Code: smtp; 5.3.0 - Other mail system problem 550-'5.7.1 Message rejected due to content restrictions' (delivery attempts: 0)
*/
elseif (preg_match ("/Message rejected due to content restrictions/is",$diag_code)) {
$result['rule_cat'] = 'unknown';
$result['rule_no'] = '0240';
}
I have added a rule for body and it worked out. however this $diag_code rule doesnt work. Does anyone have solution or reason for this please. Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to make a new rule on phpmailer-bmh_rules.php
/* rule: unknown
* sample:
* Diagnostic-Code: smtp; 5.3.0 - Other mail system problem 550-'5.7.1 Message rejected due to content restrictions' (delivery attempts: 0)
*/
elseif (preg_match ("/Message rejected due to content restrictions/is",$diag_code)) {
$result['rule_cat'] = 'unknown';
$result['rule_no'] = '0240';
}
I have added a rule for body and it worked out. however this $diag_code rule doesnt work. Does anyone have solution or reason for this please. Thanks
The text was updated successfully, but these errors were encountered: