initial commit of file from CVS for smeserver-clamav-unofficial-sigs on Sat Sep 7 20:14:15 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:14:15 +10:00
parent 6693386b45
commit 2a65881e10
29 changed files with 373 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{
my $clamav_unof = $DB->get("clamav-unofficial-sigs") ||
$DB->new_record("clamav-unofficial-sigs", { type => "service" });
$clamav_unof->delete_prop($_) for ( qw(honeynet.hdb jurlbl.ndb phish.ndb sanesecurity.ftm securiteinfobat.hdb securiteinfoelf.hdb securiteinfohtml.hdb securiteinfopdf.hdb spamimg.hdb winnow_malware_links.ndb
junk.ndb mbl.ndb rogue.hdb scam.ndb securiteinfodos.hdb securiteinfo.hdb securiteinfooffice.hdb securiteinfosh.hdb winnow_malware.hdb) );
}