mailman/mailman-sendmail.m4

changeset 7
5443cb9b550a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mailman/mailman-sendmail.m4	Wed Dec 17 15:02:08 2008 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +dnl
     1.5 +dnl mailman.m4: Mailman specific local mailer
     1.6 +dnl
     1.7 +
     1.8 +MAILER_DEFINITIONS
     1.9 +
    1.10 +##  Special flags! See:
    1.11 +##  http://www.sendmail.org/~ca/email/doc8.10/op-sh-5.html#sh-5.4 Note
    1.12 +##  especially the absence of the "m" and "n" flags. THIS IS IMPORTANT:
    1.13 +##  mailman handler assumes this behavior to avoid having to know too
    1.14 +##  much about address parsing and other RFC-2822 mail details.
    1.15 +
    1.16 +Mmailman,	P=@l_prefix@/libexec/mailman/mail/mailman-sendmail, F=rDFMhlqSu, U=@l_nusr@:@l_ngrp@,
    1.17 +		S=EnvFromL, R=EnvToL/HdrToL,
    1.18 +		A=mailman-sendmail $h $u
    1.19 +

mercurial