On Sat, Nov 21, 2015 at 12:32 AM, Craig L Russell <[email protected]> wrote: > >> On Nov 20, 2015, at 7:17 PM, Sam Ruby <[email protected]> wrote: >> >> On Fri, Nov 20, 2015 at 10:10 PM, Craig L Russell >> <[email protected]> wrote: >>> I noticed during the recent work that the email address in iclas.txt is out >>> of date with reality. At least a couple of addresses are in the sun.com >>> domain, clearly not current. >>> >>> How could I send email to the address in iclas.txt and also to all >>> addresses in mail aliases? Something like: >>> >>> to: [email protected] cc: >>> [email protected],[email protected],[email protected] reflecting both >>> the iclas.txt address plus all of the mail aliases. >> >> First, this is not possible for entries with 'notinavail', but here >> are a few things to explore. The way I would recommend you explore >> these values is to type "irb -r whimsy/asf" from the command line and >> then enter the expressions listed below. > > did this. > > irb(main):004:0* ASF::Person.find('clr').all_mail > => ["[email protected]"] > > clr actually has one alias in mail aliases according to > https://id.apache.org/info/MailAlias.txt > > What source does ASF::Person use?
If you configure ~/.whimsy to include foundation, it will pick up email addresses from members.txt too. > Craig - Sam Ruby
