http://bugzilla.spamassassin.org/show_bug.cgi?id=2243
------- Additional Comments From [EMAIL PROTECTED] 2005-01-20 15:39 -------
here's a repost of comment 14, with the subrules included for mass-checking.
{{{
header T_ALL_8BITS ALL =~ /[\x80-\xff]{3,}/
header T_CONTENT_TYPE_8BITS Content-Type =~ /[\x80-\xff]{3,}/
header T_DATE_8BITS Date =~ /[\x80-\xff]{3,}/
header T_FROM_8BITS From =~ /[\x80-\xff]{3,}/
header T_MESSAGEID_8BITS MESSAGEID =~ /[\x80-\xff]{3,}/
header T_MESSAGE_ID_8BITS Message-Id =~ /[\x80-\xff]{3,}/
header T_RECEIVED_8BITS Received =~ /[\x80-\xff]{3,}/
header T_REPLY_TO_8BITS Reply-To =~ /[\x80-\xff]{3,}/
header T_SUBJECT_8BITS Subject =~ /[\x80-\xff]{3,}/
header T_TO_8BITS To =~ /[\x80-\xff]{3,}/
header T_X_INFO_8BITS X-Info =~ /[\x80-\xff]{3,}/
header T_X_MAILER_8BITS X-Mailer=~ /[\x80-\xff]{3,}/
header T_X_MIMEOLE_8BITS X-MimeOLE =~ /[\x80-\xff]{3,}/
header T_X_MSMAIL_PRIORITY_8BITS X-Msmail-Priority =~ /[\x80-\xff]{3,}/
header T_X_ORIGINATING_EMAIL_8BITS X-Originating-Email =~ /[\x80-\xff]{3,}/
header T_X_ORIGINATING_HOST_8BITS X-Originating-Host =~ /[\x80-\xff]{3,}/
header T_X_PRIORITY_8BITS X-Priority =~ /[\x80-\xff]{3,}/
meta T_8BIT_HEADERS (T_ALL_8BITS && !T_FROM_8BITS &&
!T_SUBJECT_8BITS &&
!T_TO_8BITS && !T_REPLY_TO_8BITS && !T_X_ORIGINATING_EMAIL_8BITS)
meta T_8BIT_HEADERS2 (T_ALL_8BITS && !T_FROM_8BITS &&
!T_SUBJECT_8BITS &&
!T_TO_8BITS && !T_REPLY_TO_8BITS)
meta T_8BIT_HEADERS3 (T_ALL_8BITS && !T_FROM_8BITS &&
!T_SUBJECT_8BITS)
meta T_8BIT_HEADERS4 (T_ALL_8BITS && !T_FROM_8BITS && !T_TO_8BITS)
meta T_8BIT_HEADERS5 (T_ALL_8BITS && !T_SUBJECT_8BITS && !T_TO_8BITS)
meta T_8BIT_HEADERS6 (T_ALL_8BITS && !T_FROM_8BITS)
meta T_8BIT_HEADERS7 (T_ALL_8BITS && !T_SUBJECT_8BITS)
meta T_8BIT_HEADERS8 (T_ALL_8BITS && !T_TO_8BITS)
}}}
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.