[exim] Re: Completely remove any name in From: header for in…

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: [exim] Re: Completely remove any name in From: header for inbound email?
On 26/05/2023 18:28, Victor Ustugov via Exim-users wrote:
> Please show me how you are going to extract the address without the
> regular expression from the header shown above.


Why without? Using ${addresses: } does seem to work ok
for this example:

/considering: ${addresses:=?utf-8?Q?My=20Bizness:=20Inc.?= <charles@???>}
/considering: =?utf-8?Q?My=20Bizness:=20Inc.?= <charles@???>}
|-------text: =?utf-8?Q?My=20Bizness:=20Inc.?= <charles@???>
|considering: }
|--expanding: =?utf-8?Q?My=20Bizness:=20Inc.?= <charles@???>
\_____result: =?utf-8?Q?My=20Bizness:=20Inc.?= <charles@???>
|-----op-res: charles@???
|--expanding: ${addresses:=?utf-8?Q?My=20Bizness:=20Inc.?= <charles@???>}
\_____result: charles@???

--
Cheers,
Jeremy


--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-users-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/