Mostly working as I like it. Except I can’t find where the email stuff is filled for icla handling. When I do ‘incomplete’ I don’t get any of the email: fields in pending.
[MacBook-Pro:~/apache/documents/received] clr% cat pending.yml --- - doctype: incomplete source: Craig-Russell-papajdo-gmail.com--Incomplete.pdf realname: Craig Russell email: [email protected] nname: Craig Russell nemail: [email protected] iname: Craig Russell iemail: [email protected] uname: Craig Russell uemail: [email protected] pname: Craig Russell pemail: [email protected] memail: [email protected] gname: Craig Russell gemail: [email protected] contact: Craig Russell cemail: [email protected] ipodling: " " [MacBook-Pro:~/apache/documents/received] clr% cat pending.yml cat: pending.yml: No such file or directory [MacBook-Pro:~/apache/documents/received] clr% cat pending.yml --- - doctype: icla source: Craig-Russell-papajdo-gmail.com--Incomplete.pdf realname: Craig Russell pubname: Craig Russell email: [email protected] filename: craig-l-russell.pdf nname: Craig Russell nemail: [email protected] iname: Craig Russell iemail: [email protected] uname: Craig Russell uemail: [email protected] pname: Craig Russell pemail: [email protected] memail: [email protected] gname: Craig Russell gemail: [email protected] contact: Craig Russell cemail: [email protected] ipodling: " " 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 8:51 AM, Sam Ruby <[email protected]> wrote: > > On Tue, Aug 23, 2016 at 10:18 AM, Craig Russell > <[email protected]> wrote: >> Working now. Google second level security wanted me to approve “less secure >> application”. >> >> Seems to work now. >> >> W00t. > > Cool. I'd lick to rip out some dead code then. You might want to > delete ~/.secmail ... it will fall back to secmail.rb, meaning that > any changes to signatures and the like will get checked in and remain > consistent > >> Craig > > - Sam Ruby > >>> 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! >> >> >> >> >> Craig L Russell Architect [email protected] P.S. A good JDO? O, Gasp!
