When checking emails in SpamAssassin, it issues:
-2.749 TVD_SPACE_RATIO_MINFP TVD_SPACE_RATIO_MINFP
What kind of parameter is this (nowhere is there a normal description)? How to fix it? I send the letter by means of mail() .
When checking emails in SpamAssassin, it issues:
-2.749 TVD_SPACE_RATIO_MINFP TVD_SPACE_RATIO_MINFP
What kind of parameter is this (nowhere is there a normal description)? How to fix it? I send the letter by means of mail() .
The official documentation describes this rule, of course.
It means that the message is spam. "
I will not be able to make it. Slightly different messages.
my free translation:
according to the comment to the rule, “this is the ratio of whitespace characters (spaces, tabs) to non-whitespace in each paragraph. Obviously, messages with lots of whitespace are spam. ”
Excessive whitespace characters in html messages are ignored by email clients, but cannot be ignored in filters using pattern-matching. slightly different messages can be sent to each recipient in order to avoid filtering.
Source: https://ru.stackoverflow.com/questions/485367/
All Articles