mailman/mailman-sendmail.m4

Tue, 28 Aug 2012 18:36:35 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:36:35 +0200
changeset 579
6b18bb69901e
permissions
-rw-r--r--

Correct the paths of patched scripts, refine password generation,
mitigate fdatasync(2) detection problems, correct dependencies, remove
outdated autoconf components, correct conf file paths and attributes,
complete and correct log file rotation handing, and note warnings
useful for diagnosing builds.

     1 dnl
     2 dnl mailman.m4: Mailman specific local mailer
     3 dnl
     5 MAILER_DEFINITIONS
     7 ##  Special flags! See:
     8 ##  http://www.sendmail.org/~ca/email/doc8.10/op-sh-5.html#sh-5.4 Note
     9 ##  especially the absence of the "m" and "n" flags. THIS IS IMPORTANT:
    10 ##  mailman handler assumes this behavior to avoid having to know too
    11 ##  much about address parsing and other RFC-2822 mail details.
    13 Mmailman,	P=@l_prefix@/libexec/mailman/mail/mailman-sendmail, F=rDFMhlqSu, U=@l_nusr@:@l_ngrp@,
    14 		S=EnvFromL, R=EnvToL/HdrToL,
    15 		A=mailman-sendmail $h $u

mercurial