(and do reject based on it if it has no GOODSIG also).
+2007-12-28 Joerg Jaspert <joerg@debian.org>
+
+ * KEYEXPIRED is actually a known keyword. We do check it earlier
+ on and reject in case the sig is bad (or unknown)
+
2007-12-24 Joerg Jaspert <joerg@debian.org>
* Also run lintian on the .dsc file to check the source itself.
# Finally ensure there's not something we don't recognise
known_keywords = Dict(VALIDSIG="",SIG_ID="",GOODSIG="",BADSIG="",ERRSIG="",
SIGEXPIRED="",KEYREVOKED="",NO_PUBKEY="",BADARMOR="",
- NODATA="")
+ NODATA="",KEYEXPIRED="")
for keyword in keywords.keys():
if not known_keywords.has_key(keyword):