all repos — listfix @ 296680c2a314a0e95038afd6d7a4f78f9690fe0c

Postfix Mailing List Software; Maintained on behalf the of Agency Economy Incorporated NFP.

Remove hard coded email lists.

	modified:   listfix_filter.py
Brian Barto bartobrian@gmail.com
Wed, 23 Mar 2022 19:44:34 -0400
commit

296680c2a314a0e95038afd6d7a4f78f9690fe0c

parent

91ea57e1c8b0f8e97e08fe371d6a3403bae6ffac

1 files changed, 0 insertions(+), 91 deletions(-)

jump to
M listfix_filter.pylistfix_filter.py

@@ -14,97 +14,6 @@ "cityviewgr.com",

"brianbarto.info" ] -""" -email_lists = { - "test@cityviewgr.com" : [ - "bartobrian@gmail.com", - "bartobrian@outlook.com" - ], - "board@cityviewgr.com" : [ - "ksteindler@sbcglobal.net", - "Matt.Clarke@firstcb.com", - "bartobrian@gmail.com", - "matt@sbbllaw.com", - "michael_sytsma@keybank.com", - "Gail.Lopez@colliers.com" - ], - "association@cityviewgr.com" : [ - "matt.clarke@firstcb.com", - "Mark.Brant@firstcb.com", - "jon@parklandgr.com", - "mike@sbbllaw.com", - "matt@sbbllaw.com", - "heath@sbbllaw.com", - "peterman@sbbllaw.com", - "gary@sbbllaw.com", - "cahaskins@me.com", - "ccyoung@me.com", - "grhsrent@gmail.com", - "michael.clarke123@yahoo.com", - "anja.harmon@hubinternational.com", - "rickganzi@gmail.com", - "marissamartz@hotmail.com", - "junshenmsu@gmail.com", - "curticas@mail.gvsu.edu", - "paulboehms@gmail.com", - "erharte@comcast.net", - "Brich8b@gmail.com", - "armbrecht2002@yahoo.com", - "jgrotenrath@toolingsystemsgroup.com", - "abagge05@gmail.com", - "bartobrian@gmail.com", - "LSamrick@yahoo.com", - "Kelly.Rodenhouse@gmail.com", - "alex@lgwd.net", - "sara@lgwd.net", - "tim@asco-components.com", - "trcrpn@aol.com", - "thegrimmlife@gmail.com", - "dmcritchell@yahoo.com", - "alissa.gramajo@yahoo.com", - "jonathonperkins22@yahoo.com", - "barnaclebob@gmail.com", - "steindler@sbcglobal.net", - "ksteindler@sbcglobal.net", - "mfsytsma@yahoo.com", - "mgordon1450@gmail.com" - ], - "residents@cityviewgr.com" : [ - "cahaskins@me.com", - "ccyoung@me.com", - "grhsrent@gmail.com", - "streeterkelsei@gmail.com", - "drewprescottdesign@gmail.com", - "amandaw1190@gmail.com", - "rickganzi@gmail.com", - "marissamartz@hotmail.com", - "junshenmsu@gmail.com", - "curticas@mail.gvsu.edu", - "paulboehms@gmail.com", - "erharte@comcast.net", - "Brich8b@gmail.com", - "armbrecht2002@yahoo.com", - "jgrotenrath@toolingsystemsgroup.com", - "abagge05@gmail.com", - "bartobrian@gmail.com", - "LSamrick@yahoo.com", - "Kelly.Rodenhouse@gmail.com", - "alex@lgwd.net", - "sara@lgwd.net", - "tim@asco-components.com", - "trcrpn@aol.com", - "thegrimmlife@gmail.com", - "dmcritchell@yahoo.com", - "danny693@gmail.com", - "barnaclebob@gmail.com", - "steindler@sbcglobal.net", - "ksteindler@sbcglobal.net", - "mfsytsma@yahoo.com", - "mgordon1450@gmail.com" - ] -} -""" - re_header_cont = re.compile("^\s+\S+") re_header_end = re.compile("^\s*$") re_email_arg = re.compile("([^<>\"\s]+)@(\S+\.[^<>\"\s]+)")