Thomas Cameron wrote:
> Now, according to the spamass-milter docs, I need to add these two lines
> to sendmail.mc:
>
> INPUT_MAIL_FILTER(`spamassassin',
> `S=unix:/var/run/spamass-milter/spamass-milter.sock, F=,
> T=C:15m;S:4m;R:4m;E:10m')dnl
> define(`confMILTER_MACROS_ENVRCPT',confMILTER_MACROS_ENVRCPT`, b, r, v,
> Z')dnl
>
> but if I do, I will define confMILTER_MACROS_ENVRCPT twice, and as I
> understand it, that's a no-no.
If I read that last "define" correctly, it does not overwrite
the first definition, but it adds to it, because it references
the previous value of confMILTER_MACROS_ENVRCPT.
So it should work fine.
Best regards
Oliver
--
Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing
Handelsregister: Amtsgericht Muenchen, HRA 74606, Gesch\ufffdftsfuehrung:
secnetix Verwaltungsgesellsch. mbH, Handelsreg.: Amtsgericht M\ufffdnchen,
HRB 125758, Gesch\ufffdftsf\ufffdhrer: Maik Bachmann, Olaf Erb, Ralf Gebhart
FreeBSD-Dienstleistungen/-Produkte + mehr: http://www.secnetix.de/bsd
"It combines all the worst aspects of C and Lisp: a billion different
sublanguages in one monolithic executable. It combines the power of C
with the readability of PostScript."
-- Jamie Zawinski, when asked: "What's wrong with perl?"Message
Re: [milter-greylist] Multiple milter help
2014-03-06 by Oliver Fromme
Attachments
- No local attachments were found for this message.