Skip to content
Snippets Groups Projects
  1. Oct 21, 2009
    • rswindell's avatar
      * Mail processors may now be configured to not run for DNSBL-listed servers or · 729eb16b
      rswindell authored
        SPAM-bait takers by using the mailproc.ini keys ProcessDNSBL and ProcessSPAM
        (default: True) respectively.
      * sockmimetext() (used for sending message text over SMTP and POP3) now handles
        lines longer than 998 characters correctly (doesn't drop any characters).
        We may need to change this function to split at 510 chars for POP3 and/or use
        quoted-printable content-transfer-encoding for messages with long lines.
      * "!SMTP ..." log lines changed to "SMTP ..." for non-terminal SPAM-related log
        entries.
      * Handle header "field : value" syntax for subject, from, and to field parsing
         for early filtering.
      * Don't tag message (subject and/or header) from DNSBL-listed servers when
         DNSBL_IGNORE option is set.
      * Don't hash message subjects < 10 chars in length (too short for SPAM
        detection).
      * Support Base64 and Quoted-Printable Content-Transfer-Encodings in SMTP
         message headers (decode and store message body accordingly).
      * Clear mailproc 'to' match results when receiving SMTP MAIL FROM command.
      * Allow SMTP authenticated clients to feed the SPAM database by sending mail
        to one of the spam-bait addresses (the sender won't be added to
        spamblock.cfg).
      729eb16b
  2. Oct 20, 2009
  3. Oct 19, 2009
  4. Oct 18, 2009
  5. Oct 17, 2009
  6. Oct 10, 2009
  7. Oct 07, 2009
  8. Oct 06, 2009
  9. Oct 05, 2009
  10. Oct 01, 2009
  11. Sep 24, 2009
    • rswindell's avatar
      Bug-fixes: · d7e9d820
      rswindell authored
      * double spam.log entry ("TAGGED" and "IGNORED") for the same message
      * DNSBL_IGNORE option did not work unless the DNSBL_SPAMHASH was enabled
      d7e9d820
  12. Sep 21, 2009
  13. Sep 20, 2009
  14. Sep 18, 2009
  15. Sep 11, 2009
  16. Aug 21, 2009
  17. Aug 19, 2009
  18. Aug 18, 2009
  19. Aug 17, 2009
  20. Aug 14, 2009
Loading