greylist = 4;
}
+ group "excessqp" {
+ max_score = 2.4;
+ symbol "FROM_EXCESS_QP" {
+ weight = 1.2;
+ description = "From that contains encoded characters while quoted-printable is not needed as all symbols are 7bit";
+ }
+ symbol "TO_EXCESS_QP" {
+ weight = 1.2;
+ description = "To that contains encoded characters while quoted-printable is not needed as all symbols are 7bit";
+ }
+ symbol "REPLYTO_EXCESS_QP" {
+ weight = 1.2;
+ description = "Reply-To that contains encoded characters while quoted-printable is not needed as all symbols are 7bit";
+ }
+ symbol "CC_EXCESS_QP" {
+ weight = 1.2;
+ description = "Cc that contains encoded characters while quoted-printable is not needed as all symbols are 7bit";
+ }
+ }
+ group "excessb64" {
+ max_score = 3.0;
+ symbol "FROM_EXCESS_BASE64" {
+ weight = 1.5;
+ description = "From that contains encoded characters while base 64 is not needed as all symbols are 7bit";
+ }
+ symbol "TO_EXCESS_BASE64" {
+ weight = 1.5;
+ description = "To that contains encoded characters while base 64 is not needed as all symbols are 7bit";
+ }
+ symbol "REPLYTO_EXCESS_BASE64" {
+ weight = 1.5;
+ description = "Reply-To that contains encoded characters while base 64 is not needed as all symbols are 7bit";
+ }
+ symbol "CC_EXCESS_BASE64" {
+ weight = 1.5;
+ description = "Cc that contains encoded characters while base 64 is not needed as all symbols are 7bit";
+ }
+ }
group "header" {
symbol "MISSING_SUBJECT" {
weight = 2.0;
weight = 2.0;
description = "To header is missing";
}
- symbol "FROM_EXCESS_BASE64" {
- weight = 1.5;
- description = "From that contains encoded characters while base 64 is not needed as all symbols are 7bit";
- }
- symbol "FROM_EXCESS_QP" {
- weight = 1.2;
- description = "From that contains encoded characters while quoted-printable is not needed as all symbols are 7bit";
- }
- symbol "TO_EXCESS_BASE64" {
- weight = 1.5;
- description = "To that contains encoded characters while base 64 is not needed as all symbols are 7bit";
- }
- symbol "TO_EXCESS_QP" {
- weight = 1.2;
- description = "To that contains encoded characters while quoted-printable is not needed as all symbols are 7bit";
- }
- symbol "REPLYTO_EXCESS_BASE64" {
- weight = 1.5;
- description = "Reply-To that contains encoded characters while base 64 is not needed as all symbols are 7bit";
- }
- symbol "REPLYTO_EXCESS_QP" {
- weight = 1.2;
- description = "Reply-To that contains encoded characters while quoted-printable is not needed as all symbols are 7bit";
- }
- symbol "CC_EXCESS_BASE64" {
- weight = 1.5;
- description = "Cc that contains encoded characters while base 64 is not needed as all symbols are 7bit";
- }
- symbol "CC_EXCESS_QP" {
- weight = 1.2;
- description = "Cc that contains encoded characters while quoted-printable is not needed as all symbols are 7bit";
- }
symbol "R_MIXED_CHARSET" {
weight = 5.0;
description = "Mixed characters in a message";