Edgewall Software
Modify

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: dandre@… 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)

ticket-8609.diff (1.6 KB ) - added by dandre@… 15 years ago.
here is a patch

Download all attachments as: .zip

Change History (4)

by dandre@…, 15 years ago

Attachment: ticket-8609.diff added

here is a patch

comment:1 by Christian Boos, 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 dandre@…, 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.

comment:3 by Emmanuel Blot, 15 years ago

Resolution: duplicate
Status: newclosed

Dup of #7499

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Emmanuel Blot.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Emmanuel Blot to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.