David B?rgin:
> If someone wants to try ? Make sure you have libmilter installed.
> Compile and run:
>
> c99 -Wall nosetsymlist.c -lmilter -o nosetsymlist
> ./nosetsymlist
>
> Enable in /etc/postfix/main.cf with:
>
> smtpd_milters = inet:localhost:3000
>
> Then both requested macros, _ and {client_port}, are *not* available
> during connect. If I request these macros in /etc/postfix/main.cf with
>
> milter_connect_macros = _ {client_port}
>
> then they *are* available and do get printed. Either smfi_setsymlist
> doesn?t do anything, or ? perhaps more likely ? I?m making a mistake!
> Very grateful for any hints.
Please try any OTHER stage than connect. It might be a bug
that exists only in the connect handler. You would help
narrow down the search for me.
Wietse