Re: personal

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jon Peatfield
Ημερομηνία:  
Προς: Neal Becker
Υ/ο: exim-users, jp107
Αντικείμενο: Re: personal
If your local mail is not qualified by an @domain, then you really want to
test for:

$header_to contains $local_part([~@]|@$domain) and ...

or whatever the proper syntax is for the regexps. Of course you also want to
make sure that the start is really the start of a route-addr too... (Or are
these things only matched agains complete route-addrs?

What about jones@??? when sent to jones@??? or similar???

-- Jon