From: Peter Palfrader Date: Sun, 31 Jan 2010 09:13:57 +0000 (+0100) Subject: ud-mailgate: fix gpg result usage X-Git-Tag: userdir-ldap-0.3.77~26 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9074893cdd1396b213882989b1b2c0f698af7e56;hp=9074893cdd1396b213882989b1b2c0f698af7e56;p=mirror%2Fuserdir-ldap.git ud-mailgate: fix gpg result usage We use the result of the pgp check for quite a long time in the main program. Give it its own variable instead of using Res which was overwritten a bit later. Also make a new gpgcheck2 class that allows us to access the values of the gpg signature check in a saner way. ---