On Tue, 23 Jan 2018 08:41, gnupg-users@gnupg.org said:

> I would like to clean the key of the spam signatures while preserving
> any signatures made by Alice (or anyone else I have trusted on my
> keyring). Does there exist a command/option to accomplish this in
> gpg2?

I do blacklisting of certain signatures in my gpg.conf.  A blacklist may
look like this

  import-filter drop-sig=   sig_created_d=2015-12-24
  import-filter drop-sig=|| sig_created_d=2016-03-16

and a whitelist would be

  import-filter drop-sig=   sig_created_d<>2015-12-24
  import-filter drop-sig=&& sig_created_d<>2016-03-16

Unfortuntely a property for comparing the key-id or the fingerprint is
not yet available.  Shall I look into this?


Salam-Shalom,

   Werner

-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.

Attachment: pgpZ8QV8pwHhO.pgp
Description: PGP signature

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to