Skip to content

Releases: sagredo-dev/simscan

v1.4.6.2

30 Jun 07:31

Choose a tag to compare

  • hiding debug messages that appear even when debug is off ce632b7

v1.4.6.1

20 Jun 12:16

Choose a tag to compare

  • Add DebugFlag and MaxAttach checks to clamdscan logging. by @cystein in #6

v1.4.6

18 Jun 15:11

Choose a tag to compare

  • enhanced the ClamAV integration by logging the full summary of clamdscan to stderr by @cystein in #4
  • hide clamdscan summary if no debug active

Full Changelog: v1.4.5...v1.4.6

v1.4.5

04 Jun 16:35

Choose a tag to compare

What's Changed

  • Scanning the entire /var/qmail/simscan/workdir directory with clamdscan by @cystein in #2

New Contributors

v1.4.4

15 Jul 11:57

Choose a tag to compare

  • the size limit on attachments to be passed to spamassassin is now set by the simcontrol file (size_limit variable) and not by means of the simsizelimit control file

Full Changelog: v1.4.3...v1.4.4

v1.4.3

27 Jan 19:17
d4ea104

Choose a tag to compare

  • fixed several compilation warnings
  • fixed autotools warnings

Full Changelog: v1.4.2...v1.4.3

v1.4.2

10 Dec 17:02

Choose a tag to compare

Changes with respect to the 1.4.1 version

  • added jms "debug" patch, to improve the debugging of simscan on qmail-smtpd log;
  • bug fix by Bob Greco where a received message with multiple 'local' recipients executes spamc as null user and not as the user extracted from the first local recipient.
  • added my attachments-size-limit patch, which allows you to overcome a limitation where simscan doesn't pass messages over 250k to spamassassin. This patch let the administrator set the attachments' size limit in bytes by setting the qmail/control/simsizelimit file. Furthermore, events where simscan is not activated are now logged at smtpd level (it was logged only when debug is active).

Full Changelog: https://github.com/sagredo-dev/simscan/commits/v1.4.2