Rewrote ReadMsg - Andrew@ClearSCM.com check
authorAndrew DeFaria <Andrew@DeFaria.com>
Mon, 13 Sep 2021 17:16:15 +0000 (10:16 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Mon, 13 Sep 2021 17:16:15 +0000 (10:16 -0700)
commitdd45f3430c6ce7ad0633e2a7989c120372ef0b6f
tree19a2a644f3437655ba5d983cac268731f97fed9d
parent77469c863330f5d3d547cfc02562d179e6be9799
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
<Andrew@ClearSCM.com>" 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.
maps/bin/maps
maps/bin/mapsutil.pl
maps/lib/MAPS.pm
maps/lib/MAPSLog.pm