Please review this patch. It should allow gpg-signed icla.pdf forms to be properly accepted.
Thanks, Craig Index: secmail.py =================================================================== --- secmail.py (revision 972524) +++ secmail.py (working copy) @@ -46,7 +46,7 @@ # attachment file names which always are saved, even if they come in # with one of the 'skip' mime types. -forms = ['pgp.txt', 'icla.txt', 'icla.txt.asc', 'membership-application.txt'] +forms = ['pgp.txt', 'icla.txt', 'icla.txt.asc', 'icla.pdf', 'icla.pdf.asc', 'membership-application.txt'] # mime types for pgp signatures sigs = ['application/pkcs7-signature', 'application/pgp-signature'] Index: vagrant/Vagrantfile
Craig L Russell Architect, Oracle http://db.apache.org/jdo 408 276-5638 mailto:[email protected] P.S. A good JDO? O, Gasp!
