From: Andrew DeFaria Date: Mon, 13 Sep 2021 17:16:15 +0000 (-0700) Subject: Rewrote ReadMsg - Andrew@ClearSCM.com check X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=dd45f3430c6ce7ad0633e2a7989c120372ef0b6f;hp=dd45f3430c6ce7ad0633e2a7989c120372ef0b6f;p=clearscm.git Rewrote ReadMsg - Andrew@ClearSCM.com check As I've gotten Andrew@ClearSCM.com email working again and it just send it to Andrew@DeFaria.com I noticed that I was now getting additional spam messages with a To of Andrew@ClearSCM.com. I rarely, if ever send email to Andrew@ClearSCM.com and if I start I'll use the old trick of a checking for full email address of "Andrew DeFaria " on To (not implemented yet). Meantime I will just assume all email sent to Andrew@ClearSCM.com is spam. In order to implement this I needed to change ReadMsg to also return the To: address. Since the return arguments were getting large I chqanged this to return a hash. ---