> That's bad, it removed the macros. Try this (double quotes)
>
> define(`confMILTER_MACROS_CONNECT', confMILTER_MACROS_CONNECT```,
> {if_addr}, j'')
I think you´re trying to do redundant work here...
milter-greylist.m4 seems to be design to just append the macros if they are not defined in your .mc-file. But this may not work on all platform OR (more commonly?) you need to have all the miltermacros defined in your .mc-file, else the default miltermacros will be replaced by just the macros milter-greylist needs (because of milter-greylist.m4).
In other words, don't use milter-greylist.m4 unless you already have defined all the default miltermacros that you currently need (before using milter-greylist) in your .mc file.
And if you want to use the two extra functions of milter-greylist (TLS whitelisting & whitelisting in access-file) which needs miltermacro modification... just append those macros to the defaults.
That that make any sense?
/PMessage
RE: [milter-greylist] Re: m4 user needed
2006-06-19 by fredrik.pettai@vattenfall.com
Attachments
- No local attachments were found for this message.