View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017646 | phpList 3 application | Bounce Management | public | 16-04-15 12:12 | 16-01-19 09:56 |
Reporter | bst2002 | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 3.0.10 | ||||
Fixed in Version | 3.2.0 | ||||
Summary | 0017646: Advanced Bounce Processing Rules match headers | ||||
Description | Hallo, sometimes Auto-Reply or Vacation (etc.) Bounce-Emails do not have any Body. So i can use an regex to match "empty" Body, but what about extending Rules to match Email-Headers? | ||||
Tags | No tags attached. | ||||
|
Applying Bounce-Rules also on the Email-Header could be advantage in processing Vacation and other Auto-Reply Emails where the Body varies every time and/or to much but the Header not (has always the same for ex. "Delivered-To: Autoresponder" or "Subject: Re: ....") |
|
Hmm, what about combining "Rules-Body" "logic and" "Rules-Header"? Say, if a Header-Rule match and a Body-Rule then take action... |
|
I think there is an issue on this already |
|
Another Variant could be to have an Selector on every Bounce-Rule. Applay Rule on Body or Header or Header+Body.... ex: $rule = matchBounceRules($row['data'],$bouncerules); or $rule = matchBounceRules($row['header'].$row['data'],$bouncerules); |