Ugo Bellavance <iolubik@...> wrote:
> It doesn't seem to be defined twice.
>
> [root@server mail]# diff sendmail_in.cf_before sendmail_in.cf_after
> < O Milter.macros.connect=j, {if_addr}
> ---
> > O Milter.macros.connect=j
That's bad, it removed the macros. Try this (double quotes)
define(`confMILTER_MACROS_CONNECT', confMILTER_MACROS_CONNECT```,
{if_addr}, j'')
But there is room for improvement: removing duplicates, removing leading
comma...
--
Emmanuel Dreyfus
manu@...Message
Re: [milter-greylist] Re: m4 user needed
2006-06-07 by manu@netbsd.org