On 28 Jul 2004 at 12:22, Laurent ibert wrote about
"[Exim] Exclude Null sender from rou":
| I tried to add
(to a router)
| - a condition to test the null sender envelope
| - deny the router for null sender
Those mean different things to you?
|...
| Here is the smarthost router.
|
| exterieur_perso:
|
| driver = manualroute
| senders = ! : ! ^\$ <= doesn't work
What happened when you tried it?
As a simpler alternative, maybe (untested):
senders = !:
or
senders = !\N^\$\N
|...
- Fred