From 8530b85957f921fe3f9c3f9edafd4ba21ad47dfd Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sun, 29 Jul 2018 13:15:42 -0400 Subject: [PATCH] Add CHANGES for exempt_spf_addresses changes --- CHANGES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e777128..e8d31e0 100644 --- a/CHANGES +++ b/CHANGES @@ -8,7 +8,10 @@ * Added mention of the requirement for Sys::Syslog to INSTALL * Add references to the current upstream location on Launchpad + Add option to skip SPF checks on exempt domains based on /etc/postfix/ - exempt_spf_domains + exempt_spf_domains (Thanks to Scott Savarese for the patch) + ! Switch relay_addresses to use /etc/postfix/exempt_spf_addresses instead + of hand editing the code (Thanks to Scott Savarese for pushing this over + the finish line) --- 2.010 2012-06-17 * Fixed incorrect use of != instead of ne for string comparison