freebsd-ports/mail/mailscanner/pkg-plist

614 lines
30 KiB
Text
Raw Normal View History

@comment $FreeBSD$
etc/MailScanner/MailScanner.conf.sample
etc/MailScanner/filename.rules.conf.sample
etc/MailScanner/filetype.rules.conf.sample
etc/MailScanner/mcp/10_example.cf.sample
etc/MailScanner/mcp/mcp.spam.assassin.prefs.conf.sample
etc/MailScanner/rules/EXAMPLES
etc/MailScanner/rules/README
etc/MailScanner/rules/spam.whitelist.rules.sample
etc/MailScanner/phishing.safe.sites.conf.sample
etc/MailScanner/spam.assassin.prefs.conf.sample
etc/MailScanner/spam.lists.conf.sample
etc/MailScanner/virus.scanners.conf.sample
etc/rc.d/mailscanner.sh.sample
etc/rc.d/mta.sh.sample
lib/MailScanner/MailScanner.pm
lib/MailScanner/MailScanner/BinHex.pm
lib/MailScanner/MailScanner/Config.pm
lib/MailScanner/MailScanner/ConfigDefs.pl
lib/MailScanner/MailScanner/CustomConfig.pm
lib/MailScanner/MailScanner/CustomFunctions/GenericSpamScanner.pm
lib/MailScanner/MailScanner/CustomFunctions/MyExample.pm
lib/MailScanner/MailScanner/CustomFunctions/DavidHooton.pm
lib/MailScanner/MailScanner/CustomFunctions/ZMRouterDirHash.pm
lib/MailScanner/MailScanner/Exim.pm
lib/MailScanner/MailScanner/EximDiskStore.pm
lib/MailScanner/MailScanner/GenericSpam.pm
lib/MailScanner/MailScanner/Lock.pm
lib/MailScanner/MailScanner/Log.pm
lib/MailScanner/MailScanner/MCP.pm
lib/MailScanner/MailScanner/MCPMessage.pm
lib/MailScanner/MailScanner/Mail.pm
lib/MailScanner/MailScanner/Message.pm
lib/MailScanner/MailScanner/MessageBatch.pm
lib/MailScanner/MailScanner/PFDiskStore.pm
lib/MailScanner/MailScanner/Postfix.pm
lib/MailScanner/MailScanner/QMDiskStore.pm
lib/MailScanner/MailScanner/Qmail.pm
lib/MailScanner/MailScanner/Quarantine.pm
lib/MailScanner/MailScanner/Queue.pm
lib/MailScanner/MailScanner/RBLs.pm
lib/MailScanner/MailScanner/SA.pm
lib/MailScanner/MailScanner/SMDiskStore.pm
lib/MailScanner/MailScanner/Sendmail.pm
lib/MailScanner/MailScanner/SweepContent.pm
lib/MailScanner/MailScanner/SweepOther.pm
lib/MailScanner/MailScanner/SweepViruses.pm
lib/MailScanner/MailScanner/SystemDefs.pm
lib/MailScanner/MailScanner/TNEF.pm
lib/MailScanner/MailScanner/WorkArea.pm
lib/MailScanner/MailScanner/ZMDiskStore.pm
lib/MailScanner/MailScanner/ZMailer.pm
lib/MailScanner/MailScanner/notes.txt
libexec/MailScanner/MailScanner
libexec/MailScanner/antivir-autoupdate.sample
libexec/MailScanner/antivir-wrapper.sample
libexec/MailScanner/avg-autoupdate.sample
Update to version 4.31.6. Changelog: * New Features and Improvements * - Added install.sh script for tar distribution which builds all Perl modules, tnef decoder and MailScanner automatically. - Added configuration option "Dangerous Content Scanning" to allow you to disable all the content scanning except for the virus scanning. - Added support for Vexira virus scanner. - Implemented support for F-Secure 4.61. - Implemented support for Nod32 2.01. If you are still running 1.99, you will need to edit /etc/MailScanner/virus.scanners.conf. - Reports can now contain %variables% such as %org-name%. - Changed default installation location of Bitdefender to /opt/bdc. - Upgraded tnef to latest release from sourceforge. - Moved ExtUtils::MakeMaker into list of normal perl modules to install. - Linux distributions now auto-detect MTA setting in /etc/sysconfig/MailScanner. - Can now detect very small images in a message, that may be "web bugs" to track you. These can be disarmed if you want. - Changed documentation to just list single-instance version of Postfix. - Changed init.d scripts to work well with both single and double instance of Postfix. - Improved init.d script to support SuSE 9.1 properly. * Fixes * - Forced AVG to run in English. - Corrected problem with negative failure counts from RBLs and SA. - Fixed bug in LDAP ruleset handling. - Sendmail code now auto-detects the correct lock type to use, flock or posix. - Sendmail qf files no longer have to define an IP address. - Corrected report when archive is nested too deeply. - ZMailer forwarding fix provided by Mariano. - Fixed Postfix message corruption on recent Postfixes on some architectures. - Worked around latest tweaks to Postfix spec. - Fixed problems with PDF docs when signing messages. PR: ports/67542 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2004-06-04 02:08:06 +02:00
libexec/MailScanner/avg-wrapper.sample
libexec/MailScanner/bitdefender-autoupdate.sample
libexec/MailScanner/bitdefender-wrapper.sample
libexec/MailScanner/clamav-autoupdate.sample
libexec/MailScanner/clamav-wrapper.sample
libexec/MailScanner/command-wrapper.sample
libexec/MailScanner/css-autoupdate.sample
libexec/MailScanner/css-wrapper.sample
libexec/MailScanner/drweb-wrapper.sample
libexec/MailScanner/etrust-autoupdate.sample
libexec/MailScanner/etrust-wrapper.sample
libexec/MailScanner/f-prot-autoupdate.sample
libexec/MailScanner/f-prot-wrapper.sample
libexec/MailScanner/f-secure-autoupdate.sample
libexec/MailScanner/f-secure-wrapper.sample
libexec/MailScanner/generic-autoupdate.sample
libexec/MailScanner/generic-wrapper.sample
libexec/MailScanner/inoculan-autoupdate.sample
libexec/MailScanner/inoculan-wrapper.sample
libexec/MailScanner/inoculate-wrapper.sample
libexec/MailScanner/kaspersky-autoupdate.sample
libexec/MailScanner/kaspersky-wrapper.sample
libexec/MailScanner/kavdaemonclient-wrapper.sample
libexec/MailScanner/mcafee-autoupdate.sample
libexec/MailScanner/mcafee-wrapper.sample
libexec/MailScanner/nod32-autoupdate.sample
libexec/MailScanner/nod32-wrapper.sample
libexec/MailScanner/norman-autoupdate.sample
libexec/MailScanner/norman-wrapper.sample
libexec/MailScanner/panda-wrapper.sample
libexec/MailScanner/panda-autoupdate.sample
libexec/MailScanner/rav-autoupdate.sample
libexec/MailScanner/rav-wrapper.sample
libexec/MailScanner/sophos-autoupdate.sample
libexec/MailScanner/sophos-wrapper.sample
libexec/MailScanner/symscanengine-autoupdate.sample
libexec/MailScanner/symscanengine-wrapper.sample
libexec/MailScanner/trend-autoupdate.sample
libexec/MailScanner/trend-wrapper.sample
libexec/MailScanner/update_virus_scanners
libexec/MailScanner/vexira-autoupdate.sample
libexec/MailScanner/vexira-wrapper.sample
%%DATADIR%%/reports/ca/rejection.report.txt.sample
%%DATADIR%%/reports/ca/deleted.content.message.txt.sample
%%DATADIR%%/reports/ca/deleted.filename.message.txt.sample
%%DATADIR%%/reports/ca/deleted.virus.message.txt.sample
%%DATADIR%%/reports/ca/disinfected.report.txt.sample
%%DATADIR%%/reports/ca/inline.sig.html.sample
%%DATADIR%%/reports/ca/inline.sig.txt.sample
%%DATADIR%%/reports/ca/inline.spam.warning.txt.sample
%%DATADIR%%/reports/ca/inline.warning.html.sample
%%DATADIR%%/reports/ca/inline.warning.txt.sample
%%DATADIR%%/reports/ca/languages.conf.sample
%%DATADIR%%/reports/ca/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/ca/recipient.spam.report.txt.sample
%%DATADIR%%/reports/ca/sender.content.report.txt.sample
%%DATADIR%%/reports/ca/sender.error.report.txt.sample
%%DATADIR%%/reports/ca/sender.filename.report.txt.sample
%%DATADIR%%/reports/ca/sender.mcp.report.txt.sample
%%DATADIR%%/reports/ca/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/ca/sender.spam.report.txt.sample
%%DATADIR%%/reports/ca/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/ca/sender.virus.report.txt.sample
%%DATADIR%%/reports/ca/stored.content.message.txt.sample
%%DATADIR%%/reports/ca/stored.filename.message.txt.sample
%%DATADIR%%/reports/ca/stored.virus.message.txt.sample
@exec mkdir -p %D/%%DATADIR%%/reports/cat
%%DATADIR%%/reports/cy+en/deleted.content.message.txt.sample
%%DATADIR%%/reports/cy+en/deleted.filename.message.txt.sample
%%DATADIR%%/reports/cy+en/deleted.virus.message.txt.sample
%%DATADIR%%/reports/cy+en/disinfected.report.txt.sample
%%DATADIR%%/reports/cy+en/inline.sig.html.sample
%%DATADIR%%/reports/cy+en/inline.sig.txt.sample
%%DATADIR%%/reports/cy+en/inline.spam.warning.txt.sample
%%DATADIR%%/reports/cy+en/inline.warning.html.sample
%%DATADIR%%/reports/cy+en/inline.warning.txt.sample
%%DATADIR%%/reports/cy+en/languages.conf.sample
%%DATADIR%%/reports/cy+en/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/cy+en/recipient.spam.report.txt.sample
%%DATADIR%%/reports/cy+en/sender.content.report.txt.sample
%%DATADIR%%/reports/cy+en/rejection.report.txt.sample
%%DATADIR%%/reports/cy+en/sender.error.report.txt.sample
%%DATADIR%%/reports/cy+en/sender.filename.report.txt.sample
%%DATADIR%%/reports/cy+en/sender.mcp.report.txt.sample
%%DATADIR%%/reports/cy+en/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/cy+en/sender.spam.report.txt.sample
%%DATADIR%%/reports/cy+en/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/cy+en/sender.virus.report.txt.sample
%%DATADIR%%/reports/cy+en/stored.content.message.txt.sample
%%DATADIR%%/reports/cy+en/stored.filename.message.txt.sample
%%DATADIR%%/reports/cy+en/stored.virus.message.txt.sample
%%DATADIR%%/reports/cz.tar.gz.sample
%%DATADIR%%/reports/cz/deleted.content.message.txt.sample
%%DATADIR%%/reports/cz/deleted.filename.message.txt.sample
%%DATADIR%%/reports/cz/deleted.virus.message.txt.sample
%%DATADIR%%/reports/cz/disinfected.report.txt.sample
%%DATADIR%%/reports/cz/filename.rules.txt.sample
%%DATADIR%%/reports/cz/inline.sig.html.sample
%%DATADIR%%/reports/cz/inline.sig.txt.sample
%%DATADIR%%/reports/cz/inline.spam.warning.txt.sample
%%DATADIR%%/reports/cz/inline.warning.html.sample
%%DATADIR%%/reports/cz/inline.warning.txt.sample
%%DATADIR%%/reports/cz/languages.conf.sample
%%DATADIR%%/reports/cz/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/cz/recipient.spam.report.txt.sample
%%DATADIR%%/reports/cz/sender.content.report.txt.sample
%%DATADIR%%/reports/cz/rejection.report.txt.sample
%%DATADIR%%/reports/cz/sender.error.report.txt.sample
%%DATADIR%%/reports/cz/sender.filename.report.txt.sample
%%DATADIR%%/reports/cz/sender.mcp.report.txt.sample
%%DATADIR%%/reports/cz/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/cz/sender.spam.report.txt.sample
%%DATADIR%%/reports/cz/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/cz/sender.virus.report.txt.sample
%%DATADIR%%/reports/cz/stored.content.message.txt.sample
%%DATADIR%%/reports/cz/stored.filename.message.txt.sample
%%DATADIR%%/reports/cz/stored.virus.message.txt.sample
%%DATADIR%%/reports/de/README.1ST.sample
%%DATADIR%%/reports/de/deleted.content.message.txt.sample
%%DATADIR%%/reports/de/deleted.filename.message.txt.sample
%%DATADIR%%/reports/de/deleted.virus.message.txt.sample
%%DATADIR%%/reports/de/disinfected.report.txt.sample
%%DATADIR%%/reports/de/inline.sig.html.sample
%%DATADIR%%/reports/de/inline.sig.txt.sample
%%DATADIR%%/reports/de/inline.spam.warning.txt.sample
%%DATADIR%%/reports/de/inline.warning.html.sample
%%DATADIR%%/reports/de/inline.warning.txt.sample
%%DATADIR%%/reports/de/languages.conf.sample
%%DATADIR%%/reports/de/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/de/recipient.spam.report.txt.sample
%%DATADIR%%/reports/de/sender.content.report.txt.sample
%%DATADIR%%/reports/de/rejection.report.txt.sample
%%DATADIR%%/reports/de/sender.error.report.txt.sample
%%DATADIR%%/reports/de/sender.filename.report.txt.sample
%%DATADIR%%/reports/de/sender.mcp.report.txt.sample
%%DATADIR%%/reports/de/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/de/sender.spam.report.txt.sample
%%DATADIR%%/reports/de/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/de/sender.virus.report.txt.sample
%%DATADIR%%/reports/de/stored.content.message.txt.sample
%%DATADIR%%/reports/de/stored.filename.message.txt.sample
%%DATADIR%%/reports/de/stored.virus.message.txt.sample
%%DATADIR%%/reports/dk/deleted.content.message.txt.sample
%%DATADIR%%/reports/dk/deleted.filename.message.txt.sample
%%DATADIR%%/reports/dk/deleted.virus.message.txt.sample
%%DATADIR%%/reports/dk/disinfected.report.txt.sample
%%DATADIR%%/reports/dk/inline.sig.html.sample
%%DATADIR%%/reports/dk/inline.sig.txt.sample
%%DATADIR%%/reports/dk/inline.spam.warning.txt.sample
%%DATADIR%%/reports/dk/inline.warning.html.sample
%%DATADIR%%/reports/dk/inline.warning.txt.sample
%%DATADIR%%/reports/dk/languages.conf.sample
%%DATADIR%%/reports/dk/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/dk/recipient.spam.report.txt.sample
%%DATADIR%%/reports/dk/sender.content.report.txt.sample
%%DATADIR%%/reports/dk/rejection.report.txt.sample
%%DATADIR%%/reports/dk/sender.error.report.txt.sample
%%DATADIR%%/reports/dk/sender.filename.report.txt.sample
%%DATADIR%%/reports/dk/sender.mcp.report.txt.sample
%%DATADIR%%/reports/dk/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/dk/sender.spam.report.txt.sample
%%DATADIR%%/reports/dk/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/dk/sender.virus.report.txt.sample
%%DATADIR%%/reports/dk/stored.content.message.txt.sample
%%DATADIR%%/reports/dk/stored.filename.message.txt.sample
%%DATADIR%%/reports/dk/stored.virus.message.txt.sample
%%DATADIR%%/reports/en/deleted.content.message.txt.sample
%%DATADIR%%/reports/en/deleted.filename.message.txt.sample
%%DATADIR%%/reports/en/deleted.virus.message.txt.sample
%%DATADIR%%/reports/en/disinfected.report.txt.sample
%%DATADIR%%/reports/en/inline.sig.html.sample
%%DATADIR%%/reports/en/inline.sig.txt.sample
%%DATADIR%%/reports/en/inline.spam.warning.txt.sample
%%DATADIR%%/reports/en/inline.warning.html.sample
%%DATADIR%%/reports/en/inline.warning.txt.sample
%%DATADIR%%/reports/en/languages.conf.sample
%%DATADIR%%/reports/en/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/en/recipient.spam.report.txt.sample
%%DATADIR%%/reports/en/sender.content.report.txt.sample
%%DATADIR%%/reports/en/rejection.report.txt.sample
%%DATADIR%%/reports/en/sender.error.report.txt.sample
%%DATADIR%%/reports/en/sender.filename.report.txt.sample
%%DATADIR%%/reports/en/sender.mcp.report.txt.sample
%%DATADIR%%/reports/en/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/en/sender.spam.report.txt.sample
%%DATADIR%%/reports/en/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/en/sender.virus.report.txt.sample
%%DATADIR%%/reports/en/stored.content.message.txt.sample
%%DATADIR%%/reports/en/stored.filename.message.txt.sample
%%DATADIR%%/reports/en/stored.virus.message.txt.sample
%%DATADIR%%/reports/es/deleted.content.message.txt.sample
%%DATADIR%%/reports/es/deleted.filename.message.txt.sample
%%DATADIR%%/reports/es/deleted.virus.message.txt.sample
%%DATADIR%%/reports/es/disinfected.report.txt.sample
%%DATADIR%%/reports/es/inline.sig.html.sample
%%DATADIR%%/reports/es/inline.sig.txt.sample
%%DATADIR%%/reports/es/inline.spam.warning.txt.sample
%%DATADIR%%/reports/es/inline.warning.html.sample
%%DATADIR%%/reports/es/inline.warning.txt.sample
%%DATADIR%%/reports/es/languages.conf.sample
%%DATADIR%%/reports/es/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/es/recipient.spam.report.txt.sample
%%DATADIR%%/reports/es/rejection.report.txt.sample
%%DATADIR%%/reports/es/sender.content.report.txt.sample
%%DATADIR%%/reports/es/sender.error.report.txt.sample
%%DATADIR%%/reports/es/sender.filename.report.txt.sample
%%DATADIR%%/reports/es/sender.mcp.report.txt.sample
%%DATADIR%%/reports/es/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/es/sender.spam.report.txt.sample
%%DATADIR%%/reports/es/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/es/sender.virus.report.txt.sample
%%DATADIR%%/reports/es/stored.content.message.txt.sample
%%DATADIR%%/reports/es/stored.filename.message.txt.sample
%%DATADIR%%/reports/es/stored.virus.message.txt.sample
%%DATADIR%%/reports/fr/deleted.content.message.txt.sample
%%DATADIR%%/reports/fr/deleted.filename.message.txt.sample
%%DATADIR%%/reports/fr/deleted.virus.message.txt.sample
%%DATADIR%%/reports/fr/disinfected.report.txt.sample
%%DATADIR%%/reports/fr/inline.sig.html.sample
%%DATADIR%%/reports/fr/inline.sig.txt.sample
%%DATADIR%%/reports/fr/inline.spam.warning.txt.sample
%%DATADIR%%/reports/fr/inline.warning.html.sample
%%DATADIR%%/reports/fr/inline.warning.txt.sample
%%DATADIR%%/reports/fr/languages.conf.sample
%%DATADIR%%/reports/fr/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/fr/recipient.spam.report.txt.sample
%%DATADIR%%/reports/fr/rejection.report.txt.sample
%%DATADIR%%/reports/fr/sender.content.report.txt.sample
%%DATADIR%%/reports/fr/sender.error.report.txt.sample
%%DATADIR%%/reports/fr/sender.filename.report.txt.sample
%%DATADIR%%/reports/fr/sender.mcp.report.txt.sample
%%DATADIR%%/reports/fr/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/fr/sender.spam.report.txt.sample
%%DATADIR%%/reports/fr/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/fr/sender.virus.report.txt.sample
%%DATADIR%%/reports/fr/stored.content.message.txt.sample
%%DATADIR%%/reports/fr/stored.filename.message.txt.sample
%%DATADIR%%/reports/fr/stored.virus.message.txt.sample
%%DATADIR%%/reports/hu/deleted.content.message.txt.sample
%%DATADIR%%/reports/hu/deleted.filename.message.txt.sample
%%DATADIR%%/reports/hu/deleted.virus.message.txt.sample
%%DATADIR%%/reports/hu/disinfected.report.txt.sample
%%DATADIR%%/reports/hu/inline.sig.html.sample
%%DATADIR%%/reports/hu/inline.sig.txt.sample
%%DATADIR%%/reports/hu/inline.spam.warning.txt.sample
%%DATADIR%%/reports/hu/inline.warning.html.sample
%%DATADIR%%/reports/hu/inline.warning.txt.sample
%%DATADIR%%/reports/hu/languages.conf.sample
%%DATADIR%%/reports/hu/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/hu/recipient.spam.report.txt.sample
%%DATADIR%%/reports/hu/rejection.report.txt.sample
%%DATADIR%%/reports/hu/sender.content.report.txt.sample
%%DATADIR%%/reports/hu/sender.error.report.txt.sample
%%DATADIR%%/reports/hu/sender.filename.report.txt.sample
%%DATADIR%%/reports/hu/sender.mcp.report.txt.sample
%%DATADIR%%/reports/hu/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/hu/sender.spam.report.txt.sample
%%DATADIR%%/reports/hu/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/hu/sender.virus.report.txt.sample
%%DATADIR%%/reports/hu/stored.content.message.txt.sample
%%DATADIR%%/reports/hu/stored.filename.message.txt.sample
%%DATADIR%%/reports/hu/stored.virus.message.txt.sample
%%DATADIR%%/reports/it/deleted.content.message.txt.sample
%%DATADIR%%/reports/it/deleted.filename.message.txt.sample
%%DATADIR%%/reports/it/deleted.virus.message.txt.sample
%%DATADIR%%/reports/it/disinfected.report.txt.sample
%%DATADIR%%/reports/it/inline.sig.html.sample
%%DATADIR%%/reports/it/inline.sig.txt.sample
%%DATADIR%%/reports/it/inline.spam.warning.txt.sample
%%DATADIR%%/reports/it/inline.warning.html.sample
%%DATADIR%%/reports/it/inline.warning.txt.sample
%%DATADIR%%/reports/it/languages.conf.sample
%%DATADIR%%/reports/it/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/it/recipient.spam.report.txt.sample
%%DATADIR%%/reports/it/rejection.report.txt.sample
%%DATADIR%%/reports/it/sender.content.report.txt.sample
%%DATADIR%%/reports/it/sender.error.report.txt.sample
%%DATADIR%%/reports/it/sender.filename.report.txt.sample
%%DATADIR%%/reports/it/sender.mcp.report.txt.sample
%%DATADIR%%/reports/it/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/it/sender.spam.report.txt.sample
%%DATADIR%%/reports/it/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/it/sender.virus.report.txt.sample
%%DATADIR%%/reports/it/stored.content.message.txt.sample
%%DATADIR%%/reports/it/stored.filename.message.txt.sample
%%DATADIR%%/reports/it/stored.virus.message.txt.sample
%%DATADIR%%/reports/nl/deleted.content.message.txt.sample
%%DATADIR%%/reports/nl/deleted.filename.message.txt.sample
%%DATADIR%%/reports/nl/deleted.virus.message.txt.sample
%%DATADIR%%/reports/nl/disinfected.report.txt.sample
%%DATADIR%%/reports/nl/inline.sig.html.sample
%%DATADIR%%/reports/nl/inline.sig.txt.sample
%%DATADIR%%/reports/nl/inline.spam.warning.txt.sample
%%DATADIR%%/reports/nl/inline.warning.html.sample
%%DATADIR%%/reports/nl/inline.warning.txt.sample
%%DATADIR%%/reports/nl/languages.conf.sample
%%DATADIR%%/reports/nl/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/nl/recipient.spam.report.txt.sample
%%DATADIR%%/reports/nl/rejection.report.txt.sample
%%DATADIR%%/reports/nl/sender.content.report.txt.sample
%%DATADIR%%/reports/nl/sender.error.report.txt.sample
%%DATADIR%%/reports/nl/sender.filename.report.txt.sample
%%DATADIR%%/reports/nl/sender.mcp.report.txt.sample
%%DATADIR%%/reports/nl/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/nl/sender.spam.report.txt.sample
%%DATADIR%%/reports/nl/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/nl/sender.virus.report.txt.sample
%%DATADIR%%/reports/nl/stored.content.message.txt.sample
%%DATADIR%%/reports/nl/stored.filename.message.txt.sample
%%DATADIR%%/reports/nl/stored.virus.message.txt.sample
%%DATADIR%%/reports/pt_br/deleted.content.message.txt.sample
%%DATADIR%%/reports/pt_br/deleted.filename.message.txt.sample
%%DATADIR%%/reports/pt_br/deleted.virus.message.txt.sample
%%DATADIR%%/reports/pt_br/disinfected.report.txt.sample
%%DATADIR%%/reports/pt_br/inline.sig.html.sample
%%DATADIR%%/reports/pt_br/inline.sig.txt.sample
%%DATADIR%%/reports/pt_br/inline.spam.warning.txt.sample
%%DATADIR%%/reports/pt_br/inline.warning.html.sample
%%DATADIR%%/reports/pt_br/inline.warning.txt.sample
%%DATADIR%%/reports/pt_br/languages.conf.sample
%%DATADIR%%/reports/pt_br/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/pt_br/recipient.spam.report.txt.sample
%%DATADIR%%/reports/pt_br/rejection.report.txt.sample
%%DATADIR%%/reports/pt_br/sender.content.report.txt.sample
%%DATADIR%%/reports/pt_br/sender.error.report.txt.sample
%%DATADIR%%/reports/pt_br/sender.filename.report.txt.sample
%%DATADIR%%/reports/pt_br/sender.mcp.report.txt.sample
%%DATADIR%%/reports/pt_br/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/pt_br/sender.spam.report.txt.sample
%%DATADIR%%/reports/pt_br/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/pt_br/sender.virus.report.txt.sample
%%DATADIR%%/reports/pt_br/stored.content.message.txt.sample
%%DATADIR%%/reports/pt_br/stored.filename.message.txt.sample
%%DATADIR%%/reports/pt_br/stored.virus.message.txt.sample
%%DATADIR%%/reports/ro/deleted.content.message.txt.sample
%%DATADIR%%/reports/ro/deleted.filename.message.txt.sample
%%DATADIR%%/reports/ro/deleted.virus.message.txt.sample
%%DATADIR%%/reports/ro/disinfected.report.txt.sample
%%DATADIR%%/reports/ro/inline.sig.html.sample
%%DATADIR%%/reports/ro/inline.sig.txt.sample
%%DATADIR%%/reports/ro/inline.spam.warning.txt.sample
%%DATADIR%%/reports/ro/inline.warning.html.sample
%%DATADIR%%/reports/ro/inline.warning.txt.sample
%%DATADIR%%/reports/ro/languages.conf.sample
%%DATADIR%%/reports/ro/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/ro/recipient.spam.report.txt.sample
%%DATADIR%%/reports/ro/rejection.report.txt.sample
%%DATADIR%%/reports/ro/sender.content.report.txt.sample
%%DATADIR%%/reports/ro/sender.error.report.txt.sample
%%DATADIR%%/reports/ro/sender.filename.report.txt.sample
%%DATADIR%%/reports/ro/sender.mcp.report.txt.sample
%%DATADIR%%/reports/ro/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/ro/sender.spam.report.txt.sample
%%DATADIR%%/reports/ro/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/ro/sender.virus.report.txt.sample
%%DATADIR%%/reports/ro/stored.content.message.txt.sample
%%DATADIR%%/reports/ro/stored.filename.message.txt.sample
%%DATADIR%%/reports/ro/stored.virus.message.txt.sample
%%DATADIR%%/reports/se/README.sample
%%DATADIR%%/reports/se/deleted.content.message.txt.sample
%%DATADIR%%/reports/se/deleted.filename.message.txt.sample
%%DATADIR%%/reports/se/deleted.virus.message.txt.sample
%%DATADIR%%/reports/se/disinfected.report.txt.sample
%%DATADIR%%/reports/se/inline.sig.html.sample
%%DATADIR%%/reports/se/inline.sig.txt.sample
%%DATADIR%%/reports/se/inline.spam.warning.txt.sample
%%DATADIR%%/reports/se/inline.warning.html.sample
%%DATADIR%%/reports/se/inline.warning.txt.sample
%%DATADIR%%/reports/se/languages.conf.sample
%%DATADIR%%/reports/se/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/se/recipient.spam.report.txt.sample
%%DATADIR%%/reports/se/rejection.report.txt.sample
%%DATADIR%%/reports/se/sender.content.report.txt.sample
%%DATADIR%%/reports/se/sender.error.report.txt.sample
%%DATADIR%%/reports/se/sender.filename.report.txt.sample
%%DATADIR%%/reports/se/sender.mcp.report.txt.sample
%%DATADIR%%/reports/se/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/se/sender.spam.report.txt.sample
%%DATADIR%%/reports/se/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/se/sender.virus.report.txt.sample
%%DATADIR%%/reports/se/stored.content.message.txt.sample
%%DATADIR%%/reports/se/stored.filename.message.txt.sample
%%DATADIR%%/reports/se/stored.virus.message.txt.sample
%%DATADIR%%/reports/sk/deleted.content.message.txt.sample
%%DATADIR%%/reports/sk/deleted.filename.message.txt.sample
%%DATADIR%%/reports/sk/deleted.virus.message.txt.sample
%%DATADIR%%/reports/sk/disinfected.report.txt.sample
%%DATADIR%%/reports/sk/inline.sig.html.sample
%%DATADIR%%/reports/sk/inline.sig.txt.sample
%%DATADIR%%/reports/sk/inline.spam.warning.txt.sample
%%DATADIR%%/reports/sk/inline.warning.html.sample
%%DATADIR%%/reports/sk/inline.warning.txt.sample
%%DATADIR%%/reports/sk/languages.conf.sample
%%DATADIR%%/reports/sk/recipient.mcp.report.txt.sample
%%DATADIR%%/reports/sk/recipient.spam.report.txt.sample
%%DATADIR%%/reports/sk/rejection.report.txt.sample
%%DATADIR%%/reports/sk/sender.content.report.txt.sample
%%DATADIR%%/reports/sk/sender.error.report.txt.sample
%%DATADIR%%/reports/sk/sender.filename.report.txt.sample
%%DATADIR%%/reports/sk/sender.mcp.report.txt.sample
%%DATADIR%%/reports/sk/sender.spam.rbl.report.txt.sample
%%DATADIR%%/reports/sk/sender.spam.report.txt.sample
%%DATADIR%%/reports/sk/sender.spam.sa.report.txt.sample
%%DATADIR%%/reports/sk/sender.virus.report.txt.sample
%%DATADIR%%/reports/sk/stored.content.message.txt.sample
%%DATADIR%%/reports/sk/stored.filename.message.txt.sample
%%DATADIR%%/reports/sk/stored.virus.message.txt.sample
%%PORTDOCS%%%%DOCSDIR%%/Book.Dec04-Aug05.pdf
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/FreeBSD.html
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.FreeBSD
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.OpenBSD
%%PORTDOCS%%%%DOCSDIR%%/MailScannerFlyer.pdf
%%PORTDOCS%%%%DOCSDIR%%/QuickInstall.txt
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD.port
%%PORTDOCS%%%%DOCSDIR%%/README.sql-logging
%%PORTDOCS%%%%DOCSDIR%%/Sophos.install.freebsd
%%PORTDOCS%%%%DOCSDIR%%/book.cover.gif
%%PORTDOCS%%%%DOCSDIR%%/building.txt
%%PORTDOCS%%%%DOCSDIR%%/docs.html
%%PORTDOCS%%%%DOCSDIR%%/donations.shtml
%%PORTDOCS%%%%DOCSDIR%%/downloadgraphs.shtml
%%PORTDOCS%%%%DOCSDIR%%/downloads.shtml
%%PORTDOCS%%%%DOCSDIR%%/ecs.css
%%PORTDOCS%%%%DOCSDIR%%/ellen2.jpg
%%PORTDOCS%%%%DOCSDIR%%/faq.shtml
%%PORTDOCS%%%%DOCSDIR%%/images/JulianField1_small.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/bigmailscannerlogo.gif
%%PORTDOCS%%%%DOCSDIR%%/images/smallmailscannerlogo.gif
%%PORTDOCS%%%%DOCSDIR%%/images/thumb_JulianField2.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/thumb_JulianField3.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/thumb_JulianField4.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/thumb_JulianField5.jpg
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/index.new.html
%%PORTDOCS%%%%DOCSDIR%%/index.old.html
%%PORTDOCS%%%%DOCSDIR%%/install/ClamAVModule.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/OS-virus-scan-web.htm
%%PORTDOCS%%%%DOCSDIR%%/install/README.trend
%%PORTDOCS%%%%DOCSDIR%%/install/SAVI.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/codestatus.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/conf.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/exim-old.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/exim.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/filesnscripts.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/gcc.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/index.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/linux.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/mailscanner.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/mcafee.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.55
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.60
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.61
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.63
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Conf.pm.patch.3.0.0
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Conf.pm.patch.3.0.3
[MAINTAINER] mail/MailScanner: update to 4.46.2 Update to 4.46.2 1/10/2005 New in Version 4.46.2-2 ================================= * New Features and Improvements * - Improved phishing net JavaScript detection to make reports more sensible. - Loads of additions to phishing net safe sites list (thanks Denis!). - Improved Install-Clam-SA package so that it sets up your /etc/ld.so.conf file for you, by adding /usr/local/lib if necessary. - Increased the default expansion factor of archives for the clamav scanner. - Removed -j3 from call to Kaspersky in kaspersky-wrapper, on advice from Kaspersky users. * Fixes * - Fixed problem with a few TNEF files and the internal TNEF decoder, caused occasional crashes. - Fixed warnings with numeric tests in a couple of places. - Tested against SpamAssassin 3.1.0, one minor problem found and fixed. - Fixed minor bug in "actions" parser in ZMailer support code. 1/9/2005 New in Version 4.45.4-1 ================================= * New Features and Improvements * - Added MCP patches for SpamAssassin 3.0.4. - Added extra output about nodeps switch with install.sh for RPM. - Added "no bytes" lines to cancel out "use bytes" as it causes problems with multi-lingual subject lines. - Improved phishing net so that when you have multiple MailScanner servers all handling your incoming mail, links caught by the first one won't also be caught by the following ones. This caused the final message to contain multiple warnings about the same link. There is now just 1 warning. - New "Quarantine Modified Body" setting, default is "no". This will cause all modified messages to be quarantined, including messages which have had their HTML disarmed. Also optimised this so it never archives twice. - Added syslog-ing to BitDefender updater. - Improved web bug handler when disarmed by multiple MailScanners. - Added new configuration options to control whether you want to highlight phishing fraud links or modify the subject line or both. New options are :- Highlight Phishing Fraud (= yes by default) Phishing Modify Subject (= "{Fraud?}" by default) Phishing Subject Text (= no by default) - Phishing detection now handles URL's containing %xx characters pointing to web site names with &eacute; in them (and characters written like that). * Fixes * - Corrected bayes_file_mode in spam.assassin.prefs.conf on advice from Matt Kettler. - 'MailScanner -v' now prints out the version number of Convert::TNEF. - Group memberships problem on BSD fixed. Spam quarantine membership should now always be correct on BSD systems. - Tweaked ClamAV+SpamAssassin package so it skips the zlib-vcheck version check, it doesn't appear to be important and holds up newbies, which is a Bad Thing(TM). PR: ports/87842 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
2005-10-23 04:41:18 +02:00
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Conf.pm.patch.3.0.4
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Conf.pm.patch.3.1.0
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Message.pm.patch.3.0.0
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Message.pm.patch.3.0.3
[MAINTAINER] mail/MailScanner: update to 4.46.2 Update to 4.46.2 1/10/2005 New in Version 4.46.2-2 ================================= * New Features and Improvements * - Improved phishing net JavaScript detection to make reports more sensible. - Loads of additions to phishing net safe sites list (thanks Denis!). - Improved Install-Clam-SA package so that it sets up your /etc/ld.so.conf file for you, by adding /usr/local/lib if necessary. - Increased the default expansion factor of archives for the clamav scanner. - Removed -j3 from call to Kaspersky in kaspersky-wrapper, on advice from Kaspersky users. * Fixes * - Fixed problem with a few TNEF files and the internal TNEF decoder, caused occasional crashes. - Fixed warnings with numeric tests in a couple of places. - Tested against SpamAssassin 3.1.0, one minor problem found and fixed. - Fixed minor bug in "actions" parser in ZMailer support code. 1/9/2005 New in Version 4.45.4-1 ================================= * New Features and Improvements * - Added MCP patches for SpamAssassin 3.0.4. - Added extra output about nodeps switch with install.sh for RPM. - Added "no bytes" lines to cancel out "use bytes" as it causes problems with multi-lingual subject lines. - Improved phishing net so that when you have multiple MailScanner servers all handling your incoming mail, links caught by the first one won't also be caught by the following ones. This caused the final message to contain multiple warnings about the same link. There is now just 1 warning. - New "Quarantine Modified Body" setting, default is "no". This will cause all modified messages to be quarantined, including messages which have had their HTML disarmed. Also optimised this so it never archives twice. - Added syslog-ing to BitDefender updater. - Improved web bug handler when disarmed by multiple MailScanners. - Added new configuration options to control whether you want to highlight phishing fraud links or modify the subject line or both. New options are :- Highlight Phishing Fraud (= yes by default) Phishing Modify Subject (= "{Fraud?}" by default) Phishing Subject Text (= no by default) - Phishing detection now handles URL's containing %xx characters pointing to web site names with &eacute; in them (and characters written like that). * Fixes * - Corrected bayes_file_mode in spam.assassin.prefs.conf on advice from Matt Kettler. - 'MailScanner -v' now prints out the version number of Convert::TNEF. - Group memberships problem on BSD fixed. Spam quarantine membership should now always be correct on BSD systems. - Tweaked ClamAV+SpamAssassin package so it skips the zlib-vcheck version check, it doesn't appear to be important and holds up newbies, which is a Bad Thing(TM). PR: ports/87842 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
2005-10-23 04:41:18 +02:00
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Message.pm.patch.3.0.4
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Message.pm.patch.3.1.0
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.55
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.60
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.61
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.63
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.3.0.0
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.3.0.3
[MAINTAINER] mail/MailScanner: update to 4.46.2 Update to 4.46.2 1/10/2005 New in Version 4.46.2-2 ================================= * New Features and Improvements * - Improved phishing net JavaScript detection to make reports more sensible. - Loads of additions to phishing net safe sites list (thanks Denis!). - Improved Install-Clam-SA package so that it sets up your /etc/ld.so.conf file for you, by adding /usr/local/lib if necessary. - Increased the default expansion factor of archives for the clamav scanner. - Removed -j3 from call to Kaspersky in kaspersky-wrapper, on advice from Kaspersky users. * Fixes * - Fixed problem with a few TNEF files and the internal TNEF decoder, caused occasional crashes. - Fixed warnings with numeric tests in a couple of places. - Tested against SpamAssassin 3.1.0, one minor problem found and fixed. - Fixed minor bug in "actions" parser in ZMailer support code. 1/9/2005 New in Version 4.45.4-1 ================================= * New Features and Improvements * - Added MCP patches for SpamAssassin 3.0.4. - Added extra output about nodeps switch with install.sh for RPM. - Added "no bytes" lines to cancel out "use bytes" as it causes problems with multi-lingual subject lines. - Improved phishing net so that when you have multiple MailScanner servers all handling your incoming mail, links caught by the first one won't also be caught by the following ones. This caused the final message to contain multiple warnings about the same link. There is now just 1 warning. - New "Quarantine Modified Body" setting, default is "no". This will cause all modified messages to be quarantined, including messages which have had their HTML disarmed. Also optimised this so it never archives twice. - Added syslog-ing to BitDefender updater. - Improved web bug handler when disarmed by multiple MailScanners. - Added new configuration options to control whether you want to highlight phishing fraud links or modify the subject line or both. New options are :- Highlight Phishing Fraud (= yes by default) Phishing Modify Subject (= "{Fraud?}" by default) Phishing Subject Text (= no by default) - Phishing detection now handles URL's containing %xx characters pointing to web site names with &eacute; in them (and characters written like that). * Fixes * - Corrected bayes_file_mode in spam.assassin.prefs.conf on advice from Matt Kettler. - 'MailScanner -v' now prints out the version number of Convert::TNEF. - Group memberships problem on BSD fixed. Spam quarantine membership should now always be correct on BSD systems. - Tweaked ClamAV+SpamAssassin package so it skips the zlib-vcheck version check, it doesn't appear to be important and holds up newbies, which is a Bad Thing(TM). PR: ports/87842 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
2005-10-23 04:41:18 +02:00
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.3.0.4
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.3.1.0
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/index.html
%%PORTDOCS%%@exec mkdir -p %D/%%DOCSDIR%%/install/tcp
%%PORTDOCS%%%%DOCSDIR%%/install/mime-tools-patch.txt
%%PORTDOCS%%%%DOCSDIR%%/install/mime-tools-patch2.txt
%%PORTDOCS%%%%DOCSDIR%%/install/mime-tools-patch3.txt
%%PORTDOCS%%%%DOCSDIR%%/install/mime-tools-patch4.txt
%%PORTDOCS%%%%DOCSDIR%%/install/osborne.txt
%%PORTDOCS%%%%DOCSDIR%%/install/other.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/perl.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/postfix.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/sendmail.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/solaris9.txt
%%PORTDOCS%%%%DOCSDIR%%/install/sophos.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/spamassassin.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/tnef.shtml
%%PORTDOCS%%%%DOCSDIR%%/install/zmailer.shtml
%%PORTDOCS%%%%DOCSDIR%%/introduction.shtml
[MAINTAINER] mail/MailScanner: update to 4.46.2 Update to 4.46.2 1/10/2005 New in Version 4.46.2-2 ================================= * New Features and Improvements * - Improved phishing net JavaScript detection to make reports more sensible. - Loads of additions to phishing net safe sites list (thanks Denis!). - Improved Install-Clam-SA package so that it sets up your /etc/ld.so.conf file for you, by adding /usr/local/lib if necessary. - Increased the default expansion factor of archives for the clamav scanner. - Removed -j3 from call to Kaspersky in kaspersky-wrapper, on advice from Kaspersky users. * Fixes * - Fixed problem with a few TNEF files and the internal TNEF decoder, caused occasional crashes. - Fixed warnings with numeric tests in a couple of places. - Tested against SpamAssassin 3.1.0, one minor problem found and fixed. - Fixed minor bug in "actions" parser in ZMailer support code. 1/9/2005 New in Version 4.45.4-1 ================================= * New Features and Improvements * - Added MCP patches for SpamAssassin 3.0.4. - Added extra output about nodeps switch with install.sh for RPM. - Added "no bytes" lines to cancel out "use bytes" as it causes problems with multi-lingual subject lines. - Improved phishing net so that when you have multiple MailScanner servers all handling your incoming mail, links caught by the first one won't also be caught by the following ones. This caused the final message to contain multiple warnings about the same link. There is now just 1 warning. - New "Quarantine Modified Body" setting, default is "no". This will cause all modified messages to be quarantined, including messages which have had their HTML disarmed. Also optimised this so it never archives twice. - Added syslog-ing to BitDefender updater. - Improved web bug handler when disarmed by multiple MailScanners. - Added new configuration options to control whether you want to highlight phishing fraud links or modify the subject line or both. New options are :- Highlight Phishing Fraud (= yes by default) Phishing Modify Subject (= "{Fraud?}" by default) Phishing Subject Text (= no by default) - Phishing detection now handles URL's containing %xx characters pointing to web site names with &eacute; in them (and characters written like that). * Fixes * - Corrected bayes_file_mode in spam.assassin.prefs.conf on advice from Matt Kettler. - 'MailScanner -v' now prints out the version number of Convert::TNEF. - Group memberships problem on BSD fixed. Spam quarantine membership should now always be correct on BSD systems. - Tweaked ClamAV+SpamAssassin package so it skips the zlib-vcheck version check, it doesn't appear to be important and holds up newbies, which is a Bad Thing(TM). PR: ports/87842 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
2005-10-23 04:41:18 +02:00
%%PORTDOCS%%%%DOCSDIR%%/last-spam-logo.jpg
%%PORTDOCS%%%%DOCSDIR%%/mailscanner_trans.gif
%%PORTDOCS%%%%DOCSDIR%%/man/MailScanner.8
%%PORTDOCS%%%%DOCSDIR%%/man/MailScanner.8.html
%%PORTDOCS%%%%DOCSDIR%%/man/MailScanner.conf.5
%%PORTDOCS%%%%DOCSDIR%%/man/MailScanner.conf.5.html
%%PORTDOCS%%%%DOCSDIR%%/mrtg.shtml
%%PORTDOCS%%%%DOCSDIR%%/newinv4.shtml
%%PORTDOCS%%%%DOCSDIR%%/nextversion.shtml
%%PORTDOCS%%%%DOCSDIR%%/oldnews.shtml
%%PORTDOCS%%%%DOCSDIR%%/osdir.png
%%PORTDOCS%%%%DOCSDIR%%/performance.shtml
%%PORTDOCS%%%%DOCSDIR%%/phishing3.png
[MAINTAINER] mail/MailScanner: update to 4.46.2 Update to 4.46.2 1/10/2005 New in Version 4.46.2-2 ================================= * New Features and Improvements * - Improved phishing net JavaScript detection to make reports more sensible. - Loads of additions to phishing net safe sites list (thanks Denis!). - Improved Install-Clam-SA package so that it sets up your /etc/ld.so.conf file for you, by adding /usr/local/lib if necessary. - Increased the default expansion factor of archives for the clamav scanner. - Removed -j3 from call to Kaspersky in kaspersky-wrapper, on advice from Kaspersky users. * Fixes * - Fixed problem with a few TNEF files and the internal TNEF decoder, caused occasional crashes. - Fixed warnings with numeric tests in a couple of places. - Tested against SpamAssassin 3.1.0, one minor problem found and fixed. - Fixed minor bug in "actions" parser in ZMailer support code. 1/9/2005 New in Version 4.45.4-1 ================================= * New Features and Improvements * - Added MCP patches for SpamAssassin 3.0.4. - Added extra output about nodeps switch with install.sh for RPM. - Added "no bytes" lines to cancel out "use bytes" as it causes problems with multi-lingual subject lines. - Improved phishing net so that when you have multiple MailScanner servers all handling your incoming mail, links caught by the first one won't also be caught by the following ones. This caused the final message to contain multiple warnings about the same link. There is now just 1 warning. - New "Quarantine Modified Body" setting, default is "no". This will cause all modified messages to be quarantined, including messages which have had their HTML disarmed. Also optimised this so it never archives twice. - Added syslog-ing to BitDefender updater. - Improved web bug handler when disarmed by multiple MailScanners. - Added new configuration options to control whether you want to highlight phishing fraud links or modify the subject line or both. New options are :- Highlight Phishing Fraud (= yes by default) Phishing Modify Subject (= "{Fraud?}" by default) Phishing Subject Text (= no by default) - Phishing detection now handles URL's containing %xx characters pointing to web site names with &eacute; in them (and characters written like that). * Fixes * - Corrected bayes_file_mode in spam.assassin.prefs.conf on advice from Matt Kettler. - 'MailScanner -v' now prints out the version number of Convert::TNEF. - Group memberships problem on BSD fixed. Spam quarantine membership should now always be correct on BSD systems. - Tweaked ClamAV+SpamAssassin package so it skips the zlib-vcheck version check, it doesn't appear to be important and holds up newbies, which is a Bad Thing(TM). PR: ports/87842 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
2005-10-23 04:41:18 +02:00
%%PORTDOCS%%%%DOCSDIR%%/phishingcartoon.gif
%%PORTDOCS%%%%DOCSDIR%%/poetry.shtml
%%PORTDOCS%%%%DOCSDIR%%/poweredby.google.gif
%%PORTDOCS%%%%DOCSDIR%%/poweredby.transtec.gif
%%PORTDOCS%%%%DOCSDIR%%/phishing.html
%%PORTDOCS%%%%DOCSDIR%%/phishing.jpg
%%PORTDOCS%%%%DOCSDIR%%/phishing2.jpg
%%PORTDOCS%%%%DOCSDIR%%/phishingnet.info/index.html
%%PORTDOCS%%%%DOCSDIR%%/phishingnet.info/PhishingNet.gif
%%PORTDOCS%%%%DOCSDIR%%/pressreleases.html
%%PORTDOCS%%%%DOCSDIR%%/presentations.html
%%PORTDOCS%%%%DOCSDIR%%/press.html
%%PORTDOCS%%%%DOCSDIR%%/qmail/qmail-queue.zip
%%PORTDOCS%%%%DOCSDIR%%/readme.shtml
%%PORTDOCS%%%%DOCSDIR%%/reject.html
%%PORTDOCS%%%%DOCSDIR%%/sobig.html
[MAINTAINER] mail/MailScanner: update to 4.46.2 Update to 4.46.2 1/10/2005 New in Version 4.46.2-2 ================================= * New Features and Improvements * - Improved phishing net JavaScript detection to make reports more sensible. - Loads of additions to phishing net safe sites list (thanks Denis!). - Improved Install-Clam-SA package so that it sets up your /etc/ld.so.conf file for you, by adding /usr/local/lib if necessary. - Increased the default expansion factor of archives for the clamav scanner. - Removed -j3 from call to Kaspersky in kaspersky-wrapper, on advice from Kaspersky users. * Fixes * - Fixed problem with a few TNEF files and the internal TNEF decoder, caused occasional crashes. - Fixed warnings with numeric tests in a couple of places. - Tested against SpamAssassin 3.1.0, one minor problem found and fixed. - Fixed minor bug in "actions" parser in ZMailer support code. 1/9/2005 New in Version 4.45.4-1 ================================= * New Features and Improvements * - Added MCP patches for SpamAssassin 3.0.4. - Added extra output about nodeps switch with install.sh for RPM. - Added "no bytes" lines to cancel out "use bytes" as it causes problems with multi-lingual subject lines. - Improved phishing net so that when you have multiple MailScanner servers all handling your incoming mail, links caught by the first one won't also be caught by the following ones. This caused the final message to contain multiple warnings about the same link. There is now just 1 warning. - New "Quarantine Modified Body" setting, default is "no". This will cause all modified messages to be quarantined, including messages which have had their HTML disarmed. Also optimised this so it never archives twice. - Added syslog-ing to BitDefender updater. - Improved web bug handler when disarmed by multiple MailScanners. - Added new configuration options to control whether you want to highlight phishing fraud links or modify the subject line or both. New options are :- Highlight Phishing Fraud (= yes by default) Phishing Modify Subject (= "{Fraud?}" by default) Phishing Subject Text (= no by default) - Phishing detection now handles URL's containing %xx characters pointing to web site names with &eacute; in them (and characters written like that). * Fixes * - Corrected bayes_file_mode in spam.assassin.prefs.conf on advice from Matt Kettler. - 'MailScanner -v' now prints out the version number of Convert::TNEF. - Group memberships problem on BSD fixed. Spam quarantine membership should now always be correct on BSD systems. - Tweaked ClamAV+SpamAssassin package so it skips the zlib-vcheck version check, it doesn't appear to be important and holds up newbies, which is a Bad Thing(TM). PR: ports/87842 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
2005-10-23 04:41:18 +02:00
%%PORTDOCS%%%%DOCSDIR%%/store.html
%%PORTDOCS%%%%DOCSDIR%%/support.html
%%PORTDOCS%%%%DOCSDIR%%/transtec.logo.gif
%%PORTDOCS%%%%DOCSDIR%%/users.shtml
%%PORTDOCS%%@dirrm %%DOCSDIR%%/qmail
%%PORTDOCS%%@dirrm %%DOCSDIR%%/man
%%PORTDOCS%%@dirrm %%DOCSDIR%%/install/tcp
%%PORTDOCS%%@dirrm %%DOCSDIR%%/install/mcp
%%PORTDOCS%%@dirrm %%DOCSDIR%%/install
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
%%PORTDOCS%%@dirrm %%DOCSDIR%%/phishingnet.info
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%/reports/sk
@dirrm %%DATADIR%%/reports/se
@dirrm %%DATADIR%%/reports/ro
@dirrm %%DATADIR%%/reports/pt_br
@dirrm %%DATADIR%%/reports/nl
@dirrm %%DATADIR%%/reports/it
@dirrm %%DATADIR%%/reports/hu
@dirrm %%DATADIR%%/reports/fr
@dirrm %%DATADIR%%/reports/es
@dirrm %%DATADIR%%/reports/en
@dirrm %%DATADIR%%/reports/dk
@dirrm %%DATADIR%%/reports/de
@dirrm %%DATADIR%%/reports/cz
@dirrm %%DATADIR%%/reports/cy+en
Update to version 4.31.6. Changelog: * New Features and Improvements * - Added install.sh script for tar distribution which builds all Perl modules, tnef decoder and MailScanner automatically. - Added configuration option "Dangerous Content Scanning" to allow you to disable all the content scanning except for the virus scanning. - Added support for Vexira virus scanner. - Implemented support for F-Secure 4.61. - Implemented support for Nod32 2.01. If you are still running 1.99, you will need to edit /etc/MailScanner/virus.scanners.conf. - Reports can now contain %variables% such as %org-name%. - Changed default installation location of Bitdefender to /opt/bdc. - Upgraded tnef to latest release from sourceforge. - Moved ExtUtils::MakeMaker into list of normal perl modules to install. - Linux distributions now auto-detect MTA setting in /etc/sysconfig/MailScanner. - Can now detect very small images in a message, that may be "web bugs" to track you. These can be disarmed if you want. - Changed documentation to just list single-instance version of Postfix. - Changed init.d scripts to work well with both single and double instance of Postfix. - Improved init.d script to support SuSE 9.1 properly. * Fixes * - Forced AVG to run in English. - Corrected problem with negative failure counts from RBLs and SA. - Fixed bug in LDAP ruleset handling. - Sendmail code now auto-detects the correct lock type to use, flock or posix. - Sendmail qf files no longer have to define an IP address. - Corrected report when archive is nested too deeply. - ZMailer forwarding fix provided by Mariano. - Fixed Postfix message corruption on recent Postfixes on some architectures. - Worked around latest tweaks to Postfix spec. - Fixed problems with PDF docs when signing messages. PR: ports/67542 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2004-06-04 02:08:06 +02:00
@dirrm %%DATADIR%%/reports/cat
@dirrm %%DATADIR%%/reports/ca
@dirrm %%DATADIR%%/reports
@dirrm %%DATADIR%%
@dirrm libexec/MailScanner
@dirrm lib/MailScanner/MailScanner/CustomFunctions
@dirrm lib/MailScanner/MailScanner
@dirrm lib/MailScanner
@dirrm etc/MailScanner/mcp
@dirrm etc/MailScanner/rules
@dirrm etc/MailScanner