On Monday, June 24, 2013 01:52:08 PM Torok Edwin wrote:
> Package: opendkim
> Version: 2.6.8-4
> Severity: normal
> 
> Dear Maintainer,
> 
> The manpage opendkim(8) states that * is the only wildcard character in a
> SigningTable refile. But if the pattern contains the character '+' it will
> NOT match.
> 
> Looking at the implementation in util.c:mkregexp it is obvious why this
> happens: * is turned into .*, . is escaped, and all other characters are
> passed through unmodified.
> 
> So if you want to match an email address of the form [email protected]
> then you must example the + in the refile like: foo\[email protected]
> 
> The manpage should explain this caveat.

Upstream reports this is resolved in their latest beta that I'm about to 
upload to experimental.  Please have a look and see if you agree.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to