# Проверка поля X-Mailer ifelse(confCHECK_MAILER, `REJECT', `dnl deny sender_domains = aol.com condition = ${if match {$header_X-Mailer:}{\N(?i)a(?:ol|tlas)\N}{no}{yes}} message = not AOL mailer (${message_id}) log_message = not AOL mailer deny condition = ${if match {$header_X-Mailer:}{\N(?i)^The Bat\N}{yes}{no}} condition = ${if def:header_X-MSMail-Priority: {yes}{no}} message = forged mailer (${message_id}) log_message = forged The Bat mailer logwrite = original recipients: $recipients ')dnl ifelse(confCHECK_MAILER, `WARN', `dnl warn sender_domains = aol.com condition = ${if match {$header_X-Mailer:}{\N(?i)a(?:ol|tlas)\N}{no}{yes}} message = X-Warn-Mailer: not AOL mailer log_message = not AOL mailer warn condition = ${if match {$header_X-Mailer:}{\N(?i)^The Bat\N}{yes}{no}} condition = ${if def:header_X-MSMail-Priority: {yes}{no}} message = X-Warn-Mailer: forged The Bat mailer log_message = forged The Bat mailer logwrite = original recipients: $recipients ')dnl