So I committed this. How will it be put into production? Craig
> On Nov 30, 2015, at 2:59 PM, Sam Ruby <[email protected]> wrote: > > On Mon, Nov 30, 2015 at 5:46 PM, Craig L Russell > <[email protected]> wrote: >> Please review this patch. It should allow gpg-signed icla.pdf forms to be >> properly accepted. > > LGTM. > >> Thanks, >> >> Craig > > - Sam Ruby > >> 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! >> >> Craig L Russell Architect, Oracle http://db.apache.org/jdo 408 276-5638 mailto:[email protected] P.S. A good JDO? O, Gasp!
