On 24/06/2019 19:31, Andreas Metzler via Exim-users wrote:
> Cyborg via Exim-users <[email protected]> wrote:
>> Am 23.06.19 um 21:02 schrieb Jeremy Harris via Exim-users:
>>>   deny  local_parts = \N ^.*$ : ^.*\\x24 : ^.*\\0?44 \N
>>>         message = no mate
> [...]
>> Anyone who used this restricted chars patch:
> [...]
>> should update to this ruleset :
> [...]
>>           local_parts   = ^[.] : ^.*[\$@%!/|] : ^.*x24 : ^.*0.44
> 
>> as there is a unexpected problem with jeremy's version, which will
>> reject any x24 in any part of the message.
> [...]
> 
> Hello Marius,
> 
> would you mind explaining this? There are many differences between
> these rules
> 
> J ^.*$
> M ^[.]
> 
> J version rejects everything, M matches a leading dot.

Oops.  Needs a "\$" not a "$".

> So J [...] the later patterns
> should do the right thing but don't work for me.

Also noted by ITZ; seems there's a bug there.

-- 
Cheers,
  Jeremy

-- 
## 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/

Reply via email to