Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Do
-
3.1
-
None
Description
This has been split out from MDL-53255 because it has lots of value by itself, and is a standalone task, and also because it helps implement MDL-53023 more easily for most setups.
Proposal:
- If inbound handling is turned on, and the email being sent is from a real user a customnoreply return path will be created.
- move the existing logic in admin/process_email.php into the inbound handler: consume bounce emails from elsewhere and increment the users bounce count
The old style bounce processing could happily stay around for a while and not be deprecated, dunno what the vibe is on that but I'd guess that very few instances have it set up.