File
bounce.py
inmailman/src/mailman/interfaces
is an interface file which defines various class of bounce functions.Here the templates are to define aregistration record
andregister
bounce events.File
bounce.py
inmailman/src/mailman/model
is a model file for various functions, it works on the interfaces provided by the above files.File
bounce.py
inmailman/src/mailman/runners/bounce.py
runs thebounce runner
.
More info below link in the title Imp doc having Runners of mailman
- Currently it is just finding out the temporary and permanent failures and storing the addresses to be processed.
File
bounces.rst
inmailman/src/mailman/app/docs/bounces.rst
shows how a bounce message is generated and send to the original sender , how you can also send the error reasons in a dict and it will all be showed to the sender in an organized way.File
bounce.rst
inmailman/src/mailman/model/docs
shows how a bounce event is registered , it stores various info .File
test_bounces.py
inmailman/src/mailman/app/tests
tests theapp.bounces
funnctions.File
test_bounce.py
inmailman/src/mailman/model/tests
tests thebounce model objects
.File
test_bounce.py
inmailman/src/mailman/runners/tests
tests thebounce runners
.
Created
March 27, 2019 19:06
-
-
Save berserker1/fabce51665594faf31a7be208ba3472e to your computer and use it in GitHub Desktop.
Current status of bounce processing in Mailman.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment