> If I understand, you were trying to accept "mail1.example.com" and
> "mail2.example.com". Try this regexp:
And *only* those two, not "mail3.example.com", which would match too, as
you mentioned. There are a number of other, similar cases that are not
easily solved without more signatures or mo
On Feb 21, 2012, at 5:52 AM, Sean Buckheister wrote:
>> No. For security reasons we don't allow arbitrary REs anymore:
>
> That is unfortunate. I'll probably default to signature notations and
> some more application logic then.
>
> Thank your for your time.
If I understand, you were trying to
> No. For security reasons we don't allow arbitrary REs anymore:
That is unfortunate. I'll probably default to signature notations and
some more application logic then.
Thank your for your time.
-- Sean
___
Gnupg-users mailing list
Gnupg-users@gnup
On Mon, 20 Feb 2012 01:10, s_buc...@cs.uni-kl.de said:
> Hello,
>
> given a key, I would like to create a trust signature with a specific
> regular expression, say "-mail[12]\.example\.com$" in this exact form.
> That expression, and thus the signature, would match any domain name
> ending with -ma
Hello,
given a key, I would like to create a trust signature with a specific
regular expression, say "-mail[12]\.example\.com$" in this exact form.
That expression, and thus the signature, would match any domain name
ending with -mail1.example.com or -mail2.example.com, including all
email address