Opened 15 years ago
Closed 15 years ago
#8609 closed defect (duplicate)
email notification messages not accepted by qmail mailing list manager (ezmlm)
Reported by: | Owned by: | Emmanuel Blot | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | notification | Version: | none |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
There are two headers in the message that prevent it to be accepted by ezmlm:
Precedence: bulk Auto-Submitted: auto-generated
if I comment the two following lines in notify.py:
headers['Precedence'] = 'bulk' headers['Auto-Submitted'] = 'auto-generated'
the message is properly delivered so I thing there should at least be an option in [notification] section of trac.ini to remove these headers
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | ticket-8609.diff added |
---|
comment:1 by , 15 years ago
Isn't there something you could do about this at the ezmlm level?
With such an option active, it would likely be possible to use Trac for spreading spam…
comment:2 by , 15 years ago
I don't have access to ezmlm installation as I am using services from an isp and ezmlm installation is shared among several accounts.
here is a patch