> # 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



-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to