Merge lp:~sakuag333/mailman/lmtp-duplicate-id into lp:mailman
Proposed by
Sandesh Kumar Agrawal
Status: | Work in progress |
---|---|
Proposed branch: | lp:~sakuag333/mailman/lmtp-duplicate-id |
Merge into: | lp:mailman |
Diff against target: |
73 lines (+19/-6) 2 files modified
src/mailman/core/switchboard.py (+14/-6) src/mailman/runners/lmtp.py (+5/-0) |
To merge this branch: | bzr merge lp:~sakuag333/mailman/lmtp-duplicate-id |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Barry Warsaw | Pending | ||
Review via email: mp+142967@code.launchpad.net |
Description of the change
I made changes in lmtp.py
Before lmtp runner enqueues a new message to some queue, it checks if some message with the same id is present in the message store or not using get_message_
To post a comment you must log in.
Just for reference, it looks like this branch is actually NOT merged into trunk, despite what Launchpad says (status:merged). Revision 7202 was about something completely different.