[Exim] Ruoter conditions
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Esta mensaxe é parte do seguinte fío:
Árbore completa do fío ordenada por data
Edward St Pierre o
2004-07-05 10:58
Autor:
Dan Egli
Data:
2004-07-02 14:12
UTC
Para:
Exim Users
Asunto:
[Exim] Ruoter conditions
Hey all. I need a bit of help on some router conditions. Right now I
have a router with a condition:
condition = "${if eq {$interface_port}{10025} {0}{1}}"
which I interpret as "if the interface port is not 10025", yes?
How could I modify that to be:
"if interface port is not 10025, OR sender address is in this file"?
--
-- Dan