Commit Graph

27 Commits

Author SHA1 Message Date
brad
f23e3e75b6 Lift some temp file fixes from the github repo. It's always fun noticing your
mail server blow up so to speak and then wonder why /var is out of inodes and
seeing that 803,000 or so inodes are in use. Where could they posibly be in
use? Then finding 801,000+ 0 byte temp files which had been accumulating for
quite awhile in /var/spool/MailScanner/incoming/SpamAssassin-Temp.

ok sthen@
2013-12-12 21:56:19 +00:00
brad
a7c3fdab88 Update to MailScanner 4.84.6-1.
ok sthen@
2013-08-12 20:22:44 +00:00
pea
644d721dfc unbreak update_bad_phishing_sites and
update_bad_phishing_emails scripts.

ok brad (maintainer), sthen@
2012-03-06 20:09:40 +00:00
sthen
cb297f8a0a Update to MailScanner 4.84.5-2, OK with Brad.
- Fixes URL used to fetch phishing-detection database; the domain that
it was hosted on lapsed. You may have a corrupt database: if the file
/var/spool/MailScanner/quarantine/phishingupdate exists, delete it
and run update_bad_phishing_sites and update_bad_phishing_emails
manually as the "run as user".

- While there update the TNEF.pm fix to improve temp file handling.
2012-03-06 08:34:20 +00:00
sthen
4a03f67ff3 Previous update caused a problem with external TNEF unpacking; add a
diff posted on the mailing list to fix it. OK Brad (maintainer).
2011-12-08 08:03:20 +00:00
sthen
dfe0775c4b update to MailScanner 4.84.3-1, from Brad. 2011-08-21 11:03:26 +00:00
sthen
7cca087371 update to MailScanner 4.84.1-1, from Brad (maintainer). 2011-07-22 07:33:55 +00:00
sthen
e3cbc9ab0b Have check_mailscanner pick up the "Run As User" setting from
MailScanner.conf and explicitly start as that user. This avoids setuid
in perl (triggering taint mode) and so it sidesteps taint mode fallout
which has appeared recently, most likely due to the CVE-2011-1487 fix
in Perl.

Maintainer believed to be away this week, so committing now and we
can change it later if he disagrees when he returns.   ok todd@
2011-04-21 20:25:35 +00:00
sthen
660a84dcbf update to 4.82.6-1, ok Brad (maintainer). 2011-03-02 23:38:52 +00:00
ajacoutot
ba1d321f62 Update to mailscanner-4.82.3.1.
from Brad.
2010-12-29 06:42:16 +00:00
sthen
3d31744801 update MailScanner to 4.81.3-1, from Brad 2010-08-19 08:34:19 +00:00
sthen
88777836d3 update to 4.80.10-1, bugfixes include a regression introduced with the
last update using % variables in rulesets. From Brad.
2010-06-22 07:38:14 +00:00
sthen
56f09cbf4d update to 4.80.7-1 (notable addition: support for storing config in sql)
From Brad.
2010-06-18 21:48:23 +00:00
sthen
6366c7c3ff update to 4.80.4-1, Brad (maintainer) ok. 2010-05-27 11:04:30 +00:00
sthen
63fc1bddd3 Update to 4.79.3-1, from Brad (maintainer).
Fixes problems with Perl taint mode since the Perl 5.10.1 upgrade.
2009-11-27 23:19:06 +00:00
sthen
981de6844b install upgrade_MailScanner_conf, from Brad (maintainer). 2009-10-17 16:25:49 +00:00
sthen
739c6ade48 update to 4.78.17-1, from Brad (maintainer). 2009-10-07 20:59:29 +00:00
sthen
119262df7f update to 4.77.10-1; from Brad, taking MAINTAINER, todd@ agrees. 2009-06-11 23:33:26 +00:00
sthen
631abf82a2 update to 4.76.25-1, from Brad. ok todd@ 2009-05-23 21:30:05 +00:00
todd
2c01ec6bc6 update to 4.75.11, tested by brad and sthen@ for nearly a week now, from brad 2009-04-08 22:29:24 +00:00
sthen
f45c224b2e update to 4.74.16-1, from Brad. ok todd@ (maintainer). 2009-01-28 15:16:17 +00:00
brad
0936ece73f Upgrade to MailScanner 4.72.5-1.
Feedback from sthen@ including adding a conflict marker as a
kludge to ensure that if a user wants to use AV support that
the correct version is installed (0.94 or newer) since it is
an optional dependency. Great job by the Clam crew for making
this such a mess. The current version of MailScanner is broken
if using 0.94 since the commandline opts were changed.

ok todd@ sthen@
2008-11-07 02:33:58 +00:00
brad
cd4a051172 Upgrade to MailScanner 4.70.6-1.
ok todd@ sthen@
2008-07-24 03:25:03 +00:00
sthen
7eb95b50f0 update to 4.69.9-1 and fix typo in @sample line
(spam.assasin.prefs.conf -> spam.assassin.prefs.conf)

from brad, ok todd (maintainer)
2008-05-16 16:38:36 +00:00
todd
9d8a017ae0 update to 4.68.8, from brad@
tested by todd@ and brad@
2008-04-24 21:31:00 +00:00
jasper
a91a2ca5ba - loosen check on IO::
ok brad@ simon@
2008-04-17 07:30:27 +00:00
todd
67e704c90d import MailScanner 4.66.5-3, a virus/spam scanning framework
MailScanner is a complete e-mail security system designed for use on
e-mail gateways. It protects against viruses, and detects attacks
against e-mail client packages (such as Outlook, Outlook Express,
Eudora). It can also detect almost all unsolicited commercial e-mail
(spam) passing through it and respond to all incidents in a wide variety
of ways.

..see http://www.mailscanner.info/ for more details.

I have included a generic spam scanner that if enabled uses dspam, as an
alternative to SpamAssassin.

Thanks to Brad Smith for helping get this ready for import.  This has been
a few years in the making.
2008-02-20 03:47:18 +00:00