Large attachments cause errors "exceeded time limit in
Mail::SpamAssassin::Plugin::Check:"
limiting number of files within archive to process (default 3 files)
limit the buffer size to check (default 100k)
limit the archive part size to extract (default 1m)
Removed the check for content-transfer-encoding, as it opens a hole if
a spammer uses non-base64 encoding (qp, binary). And the
Mail::SpamAssassin::Message::Node::decode takes care of the CTE automatically.
Large attachments cause errors "exceeded time limit in Mail::SpamAssassin::Plugin::Check:"
Removed the check for content-transfer-encoding, as it opens a hole if a spammer uses non-base64 encoding (qp, binary). And the Mail::SpamAssassin::Message::Node::decode takes care of the CTE automatically.