From e64819da932c7a7ff27ba72088d3b726b5bf70f8 Mon Sep 17 00:00:00 2001 From: blagoja Date: Mon, 20 Mar 2023 10:34:04 +0100 Subject: [PATCH] Path fix on mailer.py --- images/ckan/2.9/patches/03_patch_smtp_aws_sent_from.patch | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/images/ckan/2.9/patches/03_patch_smtp_aws_sent_from.patch b/images/ckan/2.9/patches/03_patch_smtp_aws_sent_from.patch index a74b489..7dff4bc 100644 --- a/images/ckan/2.9/patches/03_patch_smtp_aws_sent_from.patch +++ b/images/ckan/2.9/patches/03_patch_smtp_aws_sent_from.patch @@ -1,7 +1,5 @@ -diff --git a/ckan/lib/mailer.py b/ckan/lib/mailer.py -index dc83eb0f1..b9839a70d 100644 ---- a/ckan/lib/mailer.py -+++ b/ckan/lib/mailer.py +--- ckan/ckan/lib/mailer.py ++++ ckan/ckan/lib/mailer.py @@ -55,7 +55,7 @@ def _mail_recipient(recipient_name, recipient_email, msg.add_header(k, v) subject = Header(subject.encode('utf-8'), 'utf-8')