Hi
I want to rewrite mail where the From field
where the mail originates from:
user@host
(ie. no FQDN).
I have tried:
*@[^\.]+ $local_part@??? Ff
But it doesn't work ...
How can I scan for a hostname that doesn't contain a dot and rewrite it?
Thanks
Gary