> # Partial ${if expansion condition. True is returned if the port
> is the SMTP
> # MTA port (25). NOTE: the port can also be -1 which indicates a
> fake SMTP
> # session (using -bh or -bhc)
> MTA = or{ \
> {eq{$interface_port}{25}} \
> {eq{$interface_port}{-1}} \
> }
eq{$interface_port}{-1} would be what exactly? I am taking a guess at local
traffic with no real port value.
Wil