Hi Sam, When I file via icla, pending.yml has fields for all of the file types. Is this expected? This is master branch.
cat pending.yml --- - doctype: icla source: Craig-Russell-papajdo-gmail.com--Incomplete.pdf realname: Craig l Russell pubname: Craig l Russell email: [email protected] filename: craig-l-russell.pdf nname: Craig Russell nemail: [email protected] memail: [email protected] gname: Craig Russell gemail: [email protected] contact: Craig Russell cemail: [email protected] pmc: whimsy podling: none email:addr: [email protected] email:cc: Sam Ruby <[email protected]> email:id: "<[email protected]>" email:name: Craig Russell email:subject: 'Re: A better test file' svn:mime-type: application/pdf > On Aug 23, 2016, at 7:14 AM, Craig Russell <[email protected]> wrote: > > _ERROR #<Net::SMTPAuthenticationError: 534-5.7.14 > <https://accounts.google.com/signin/continue?sarp=1&scc=1&plt=AKgnsbsw: > /Users/clr/apache/git/whimsy/www/secretary/workbench/file.cgi, referer: > http://whimsy.local/secretary/workbench/file.cgi > > --- > :svn: > - /Users/clr/apache/foundation > - /Users/clr/apache/documents > - /Users/clr/apache/committers > > :sendmail: > delivery_method: smtp > address: smtp.gmail.com > port: 587 > domain: apache.org > user_name: '[email protected]' > password: ’noyb' > authentication: plain > enable_starttls_auto: true > > >> On Aug 23, 2016, at 4:36 AM, Sam Ruby <[email protected]> wrote: >> >> On Mon, Aug 22, 2016 at 11:20 PM, Craig Russell >> <[email protected]> wrote: >>> I don’t understand why it’s trying localhost 25 when I specifically asked >>> for smtp.gmail.com 587. >> >> Sorry about that. I know what is going on. >> >> Create a ~/.whimsy file and put in it: >> >> :sendmail: >> delivery_method: smtp >> address: smtp.gmail.com >> port: 587 >> domain: apache.org >> user_name: username >> password: password >> authentication: plain >> enable_starttls_auto: true >> >> Background: secretary/workbench is the oldest whimsy tool and has its >> own configuration (~/.secassist, ~/.secmail). Over time, I saw a lot >> of commonality in configuration and made that common (~/.whimsy) but >> didn't update secretary/workbench. Then when mail wasn't working on >> whimsy-vm3, I made a fix to the common code and instead of making a >> separate fix to the workbench, I updated it to use the common mail >> configuration. >> >> So: same information, different place, slightly different format; but >> on the brighter side this same information will be used by all of the >> whimsy tools that send email. >> >> - Sam Ruby > > Craig L Russell > Architect > [email protected] > P.S. A good JDO? O, Gasp! > > > > > Craig L Russell Architect [email protected] P.S. A good JDO? O, Gasp!
