diff options
Diffstat (limited to 'src/mailman/app/bounces.py')
| -rw-r--r-- | src/mailman/app/bounces.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/app/bounces.py b/src/mailman/app/bounces.py index e6207721c..ef8df15cd 100644 --- a/src/mailman/app/bounces.py +++ b/src/mailman/app/bounces.py @@ -176,6 +176,7 @@ class ProbeVERP(_BaseVERPParser): @implementer(IPendable) class _ProbePendable(dict): """The pendable dictionary for probe messages.""" + PEND_TYPE = 'probe' def send_probe(member, msg): |
