-
simscanmk only looks for databases named main.cvd and daily.cvd for ClamAV - the daily database has changed a few times, most recently being a "daily.inc" directory with multiple files, and now with clamav 0.93 a "daily.cld" file after updates.
This patch makes Simscan 1.4's simscanmk and the simscan configure script look for 'daily.cvd' and if not found 'daily.cld' instead.
2008-04-27 22:52:15 UTC by brazilian
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2008-04-05 02:20:20 UTC by sf-robot
-
hi,
I have a found a bug in function run_ripmime(), when execute the execl():
execl(RIPMIME, "ripmime", "--disable-qmail-bounce",
"-i", message_name, "-d", NULL );
See the ripmime program:
# ripmime --help | grep "-d"
-> -d : Output directory
The correct execl() is:
execl(RIPMIME, "ripmime", "--disable-qmail-bounce",
"-i", message_name...
2008-04-04 16:08:44 UTC by gjustini
-
hi,
I have a found a bug in function run_ripmime(), when execute the execl():
execl(RIPMIME, "ripmime", "--disable-qmail-bounce",
"-i", message_name, "-d", NULL );
See the ripmime program:
# ripmime --help | grep "-d"
-> -d : Output directory
The correct execl() is:
execl(RIPMIME, "ripmime", "--disable-qmail-bounce",
"-i", message_name...
2008-04-04 13:48:22 UTC by gjustini
-
Hello all,
I have the encontred a problem when the simscan entry in function run_ripme(), in case: -1.
I need know: What is condiction for entry in this function ?
Thanks,
gadi.
2008-04-03 21:45:21 UTC by gjustini
-
xen0phage committed patchset 10 of module simscan to the simscan - qmail virus and spam scanner CVS repository, changing 2 files.
2008-03-21 16:06:32 UTC by xen0phage
-
I have added three of the four changes listed in this patch. The spamassassin required hits value was added to the log line, the SPAM PASS line has been added, and the is_spam bug has been resolved.
I want to look a little more at the quarantine portion of the patch. It will probably be added, just need a little more time to look... :)
2008-03-21 16:05:11 UTC by xen0phage
-
Added to current CVS.
2008-03-21 15:16:44 UTC by xen0phage
-
File Added: simscan-1.4.0-avira.patch.
2008-02-15 13:02:03 UTC by gurubert
-
Apparently this is a ClamAV problem.
removing all in /var/lib/clamav and re-running freshclam on the empty data directory solves the mysterious database format differences.
2008-02-13 13:39:37 UTC by rohrbach