Someone wrote:
> On the other hand "`" is not an
> allowed char in an emailaddress..
Not true. It's a valid character and not rejected by Exim's default
configure file.
*Any* character is valid with the double-quoted left-hand-side form, but
` does not even need that.
This is a valid, well-formed, email address:
Phil Pennock <a~`*&^%$#!_-={|}'/[email protected]>
That one won't work because my Exim configure file, like many, rejects
the characters: @%!/|
So this too is a valid, well-formed email address which has the
advantage of working (at least on the receiving system):
Phil Pennock <a~`*&^$#_-={}'[email protected]>
So too are these valid (and working):
<"X'); DROP TABLE domains; DROP TABLE passwords; --"@spodhuis.org>
<"<script>alert('Boo!')</script>"@spodhuis.org>
All of those are configured as aliases pointing to me (just, the first
one is blocked from being accepted by the ACLs).
-Phil
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/