# # 2016 Victor Ustugov # # myemailhistory.com (feedgee.com) # # для проверки комбинаций полей заголовков и проверки полей заголовков с учетом регистра названия поля нужен патч: # https://mta.org.ua/spamassassin/patches/3.4.2-multi-casesensitive-headers-check/patch-src__3.4.2-multi-casesensitive-headers-check.patch # header __MYEMAILHISTORY_COM_Return_Path Return-path =~ /^\s*<.+\@.+\.myemailhistory\.com>$/ header __MYEMAILHISTORY_COM_X_Envelope_From X-Envelope-From =~ /^\s*<.+\@.+\.myemailhistory\.com>$/ header __MYEMAILHISTORY_COM_Errors_To Errors-To|X-Errors-To|X-Return-Path-Hint =~ /^\s*(.+\@.+\.myemailhistory\.com)[\s\r\n]*\|\s*\1[\s\r\n]*\|\s*\1$/ header __MYEMAILHISTORY_COM_List_Unsubscribe1 From|List-Unsubscribe =~ /^\s*(.+)[\s\r\n]*\|\s*,[\s\r\n]*$/ header __MYEMAILHISTORY_COM_List_Unsubscribe2 From|List-Unsubscribe =~ /^\s*.*<(.+)>[\s\r\n]*\|\s*,[\s\r\n]*$/ header __MYEMAILHISTORY_COM_Message_ID Message-ID =~ /^\s*<.+\@.+\.myemailhistory\.com>$/ header __MYEMAILHISTORY_COM_X_Report_Abuse X-Report-Abuse =~ /http:\/\/(.+\.email-clicks\.com|feedgee\.com)\/[a-z]+\/unsubscribe\/.+\/$/ meta __MYEMAILHISTORY_COM_List_Unsubscribe __MYEMAILHISTORY_COM_List_Unsubscribe1 || __MYEMAILHISTORY_COM_List_Unsubscribe2 meta __MYEMAILHISTORY_COM (__MYEMAILHISTORY_COM_Return_Path || __MYEMAILHISTORY_COM_X_Envelope_From) && __HAS_x_accounttype && __MYEMAILHISTORY_COM_Errors_To && __CUST_Precedence_bulk && __MYEMAILHISTORY_COM_List_Unsubscribe && __MYEMAILHISTORY_COM_X_Report_Abuse && __HAS_X_Mailru_Msgtype && __MYEMAILHISTORY_COM_Message_ID && __HAS_X_Postman_Name && __HAS_Feedback_ID