Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core


Commits:
c4d83a00 by Mark Sapiro at 2019-07-26T17:55:33Z
Added a note to Exim config on adding a Message-ID: header.

- - - - -
1486bbb0 by Abhilash Raj at 2019-07-26T17:55:33Z
Merge branch 'exim' into 'master'

Added a note to Exim config on adding a Message-ID: header.

See merge request mailman/mailman!540
- - - - -


1 changed file:

- src/mailman/docs/mta.rst


Changes:

=====================================
src/mailman/docs/mta.rst
=====================================
@@ -357,6 +357,14 @@ configuration is order-sensitive.  Especially if you are 
being tricky and
 supporting Mailman 2 and Mailman 3 at the same time, you could have one shadow
 the other.
 
+Another issue, not specific to Exim, is Mailman's requirement that every
+message have a ``Message-ID:`` header.  Exim can ensure this if you add these
+two lines to the ``mailman3_transport:`` section.
+::
+
+      headers_remove = message-id
+      headers_add = "Message-ID: ${if 
def:header_message-id:{$h_message-id:}{<E${message_exim_id}@${qualify_domain}>}}"
+
 Exim 4 documentation
 --------------------
 



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/f7b9cd0380130ae1a5ac832e0a4f459c335b7d25...1486bbb004a1f3543370774b3e69728f7bd45c51

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/f7b9cd0380130ae1a5ac832e0a4f459c335b7d25...1486bbb004a1f3543370774b3e69728f7bd45c51
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to