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
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
listfix_filter.py
→
listfix_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