# # 2009 Victor Ustugov # # # уменьшение scores для рассылок rassylka@ps.ua # header __PS_Return_Path Return-path =~ /^\s*$/ header __PS_X_Envelope_From X-Envelope-From =~ /^\s*$/ header __PS_From From =~ /^\s* PS $/ header __PS_X_MAILER X-Mailer =~ /^\s*Outlook Express$/ header __PS_CT Content-Type =~ /^\s*multipart\/mixed/ meta PS1 (__PS_Return_Path || __PS_X_Envelope_From) && __PS_From && __PS_CT && __Content_Transfer_Encoding_8bit && __CUST_MIME_Version_1_0 && __PS_X_MAILER describe PS1 Paritet Service score PS1 -3.0 header __PS2_From From =~ /^\s*"rassylka\@ps\.ua" $/ header __PS2_CT Content-Type =~ /^\s*multipart\/mixed; charset="windows-1251"; boundary="[a-zA-Z\d]+=_[a-zA-Z\d]*"/ meta PS2 (__PS_Return_Path || __PS_X_Envelope_From) && __PS2_From && __PS2_CT && __CUST_MIME_Version_1_0 && __CUST_Content_Transfer_Encoding_EMPTY describe PS2 Paritet Service score PS2 -2.00 header __PS3_Return_Path Return-path =~ /^\s*<(tata|tkacheva)\@ps\.ua>$/ header __PS3_X_Envelope_From X-Envelope-From =~ /^\s*<(tata|tkacheva)\@ps\.ua>$/ header __PS3_From From =~ /<(tata|tkacheva)\@ps\.ua>$/ meta PS3 (__PS3_Return_Path || __PS3_X_Envelope_From) && __PS3_From && __PS2_CT && __CUST_MIME_Version_1_0 && __CUST_Content_Transfer_Encoding_EMPTY describe PS3 Paritet Service score PS3 -1.00 meta PS PS1 || PS2 || PS3 describe PS Paritet Service score PS -0.01