How to use the "recipient_delimiter" postfix parameter with Mailman3?
Hi, We are using the « recipient_delimiter » parameter with our Postfix server as « _ ». Visibly, Mailman have it’s own mail configuration because it doesn’t work know. Is it a way to conserv this Postfix functionality? Thanks -- Pierre Malard Responsable architectures système GeoSUD IRD - UMR Espace-Dev - UMS CPST - IR Data-Terra Maison de la Télédétection 500 rue Jean-François Breton 34093 Montpellier Cx 5 France « La façon de donner vaut mieux que ce que l'on donne » Pierre Corneille (1606-1684) - Le menteur |\ _,,,---,,_ /,`.-'`' -. ;-;;,_ |,4- ) )-,_. ,\ ( `'-' '---''(_/--' `-'\_) πr perl -e '$_=q#: 3|\ 5_,3-3,2_: 3/,`.'"'"'`'"'"' 5-. ;-;;,_: |,A- ) )-,_. ,\ ( `'"'"'-'"'"': '"'"'-3'"'"'2(_/--'"'"' `-'"'"'\_): 24πr::#;y#:#\n#;s#(\D)(\d+)#$1x$2#ge;print' - --> Ce message n’engage que son auteur <-- ___________________________________________ Mailman's content filtering has removed the following MIME parts from this message. Replaced multipart/alternative part with first alternative.
On 4/12/22 01:56, Pierre Malard via Mailman-users wrote:
Hi,
We are using the « recipient_delimiter » parameter with our Postfix server as « _ ».
Visibly, Mailman have it’s own mail configuration because it doesn’t work know.
Is it a way to conserv this Postfix functionality?
Mailman by default expects the recipient delimiter to be +
. There are
various settings in the [mta] section of mailman.cfg that allow you to
change this. These are documented along with default settings at lines
812 - 898 of
https://gitlab.com/mailman/mailman/-/blob/master/src/mailman/config/schema.c...
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Ok, thanks for the documentation. But as Mailman uses this functionality for its own processing of emails, if I leave it to be used for another processing, Mailman will no longer work correctly... Ok, that means I'm going to forbid the use of the escape character when processing mailing lists.
Le 12 avr. 2022 à 16:37, Mark Sapiro <mark@msapiro.net> a écrit :
On 4/12/22 01:56, Pierre Malard via Mailman-users wrote:
Hi, We are using the « recipient_delimiter » parameter with our Postfix server as « _ ». Visibly, Mailman have it’s own mail configuration because it doesn’t work know. Is it a way to conserv this Postfix functionality?
Mailman by default expects the recipient delimiter to be `+`. There are various settings in the [mta] section of mailman.cfg that allow you to change this. These are documented along with default settings at lines 812 - 898 of https://gitlab.com/mailman/mailman/-/blob/master/src/mailman/config/schema.c...
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- Pierre Malard Responsable architectures système GeoSUD IRD - UMR Espace-Dev - UMS CPST - IR Data-Terra Maison de la Télédétection 500 rue Jean-François Breton 34093 Montpellier Cx 5 France « Les utopies ne sont souvent que des vérités prématurées » Alphonse de Lamartine |\ _,,,---,,_ /,`.-'`' -. ;-;;,_ |,4- ) )-,_. ,\ ( `'-' '---''(_/--' `-'\_) πr perl -e '$_=q#: 3|\ 5_,3-3,2_: 3/,`.'"'"'`'"'"' 5-. ;-;;,_: |,A- ) )-,_. ,\ ( `'"'"'-'"'"': '"'"'-3'"'"'2(_/--'"'"' `-'"'"'\_): 24πr::#;y#:#\n#;s#(\D)(\d+)#$1x$2#ge;print' - --> Ce message n’engage que son auteur <-- ___________________________________________ Mailman's content filtering has removed the following MIME parts from this message. Replaced multipart/alternative part with first alternative.
On 4/12/22 08:54, Pierre Malard via Mailman-users wrote:
Ok, thanks for the documentation.
But as Mailman uses this functionality for its own processing of emails, if I leave it to be used for another processing, Mailman will no longer work correctly...
Please elaborate your concerns. I don't understand.
Ok, that means I'm going to forbid the use of the escape character when processing mailing lists.
I don't know if I understand. If you are going to set Mailman's
recipient_delimiter to _
, that means you can't have _
characters in
list names. There should be no other limitations.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Pierre Malard