+monkeysphere (0.10-1) experimental; urgency=low
+
+ * Fix bug in previous uid processing bug fix (stupid stupid).
+
+ -- Jameson Graef Rollins <jrollins@phys.columbia.edu> Mon, 18 Aug 2008 13:16:15 -0700
+
monkeysphere (0.9-1) experimental; urgency=low
[ Daniel Kahn Gillmor ]
# if the user ID does matches...
if [ "$(echo "$uidfpr" | gpg_unescape)" = "$userID" ] ; then
# and the user ID validity is ok
- if [ "$validity" != 'u' -a "$validity" != 'f' ] ; then
+ if [ "$validity" = 'u' -o "$validity" = 'f' ] ; then
# mark user ID acceptable
uidOK=true
fi