all repos — listfix @ bb34f686870c82dd9ef5f74494592c7a9246b4b2

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

Removbed this function but forgot to remove the call. Fixed.

	modified:   listfix_filter.py
Brian Barto bartobrian@gmail.com
Mon, 21 Mar 2022 18:22:15 -0400
commit

bb34f686870c82dd9ef5f74494592c7a9246b4b2

parent

e596dd8cf17ad9e03c7b0ecdae432d3061fdd1a6

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

jump to
M listfix_filter.pylistfix_filter.py

@@ -278,7 +278,7 @@

email_filtered.append(f"From: \"{sender_name} via {list_name}\" <{list_email}>\n") email_filtered.append(f"Reply-To: {list_email}\n") exclude_headers = ["To", "Cc", "Subject", "Content-[^:]+", "MIME-Version"] -email_filtered.extend(add_author_info(strip_headers(email, exclude_headers), sender_name, sender)) +email_filtered.extend(strip_headers(email, exclude_headers)) ## Send emails