mailman/mailman-sendmail.m4

Sat, 01 Sep 2012 12:17:10 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 01 Sep 2012 12:17:10 +0200
changeset 653
9d74c60eb90e
permissions
-rw-r--r--

Back out attempt to repair gets(3) redefinition and correct rather by
avoiding detection of gets(3) as a method with no macro, otherwise
leading to definition of HAVE_RAW_DECL_GETS and redefition of gets(3)
in lib/stdio.h(.in) caused by 'a split double-inclusion guard' and
a seemingly multiple '#include_next <stdio.h>' reference. Quatch.

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

mercurial