Skip to content

Fix cross-posting held on more than one list.

username-removed-56772 requested to merge warsaw/mailman:issue176 into master

Closes #176 (closed)

Also:

  • IMessageStore no longer raises a ValueError if the Message-ID already exists in the store; it just returns None.
  • The internal handle_message() function no longer takes a preserve argument, since messages are never removed from the IMessageStore.

Merge request reports