d64b25b216
3/5/2006 New in Version 4.53.7-1 ================================ * New Features and Improvements * - Attachment extraction now checks for available disk space and a DoS attack using messages with high expansion ratios will fail even quicker than it did before. - Added new setting "SpamAssassin Local State Dir" to support the sa-update tool provided with MailScanner these days, to provide a way of auto- updating the core SpamAssassin rulesets. The default value is set to what you need for Linux (/var/lib). - Added new cron job to run sa-update every night. The location of the sa-update program is read from /etc/sysconfig/MailScanner. - Added support for new header -H file format in Exim 4.61. - Added 2 new configuration options "Gunzip Command" and "Gunzip Timeout" to enable unpacking of gzip-ed files for filename and filetype checking. Even if this is disabled, gzip-ed files will still be virus scanned. - Added support for numerical entries in phishing.safe.sites.conf file. - Added support for optional multipliers in numbers in MailScanner.conf. So you can now write "50M" instead of "50000000". The multipliers supported are "k", "m" and "g" to denote 1 thousand, 1 million and 1 billion (10^9) in upper or lower case. You must *not* put any spaces between the number and the multiplier character. - Added a new configuration option "Ignored Web Bug Filenames". This allows you to whitelist a bunch of filenames that can appear in the URLs of potential web bugs. So if you decide that all potential web bugs with "spacer" or "pixel.gif" in the filename are just padding for page layout, then you can make it ignore them by adding them to this list. A sample list is provided in MailScanner.conf. This is disabled by default, as spammers may start to use this as a means of circumventing the Web Bug trap. - When Web Bugs are disarmed, the URL used to replace the original web bug can now be set using the new configuration option "Web Bug Replacement". If this is not specified, then the old value of "MailScannerWebBug" is used. The default value supplied in the MailScanner.conf file is the address of an untracked 1x1 pixel transparent gif (51 bytes) hosted on the MailScanner web site. This will not be tracked other than to supply an overall count of the number of hits this image gets, for overall statistical purposes. - Added Razor2 to the list of plugins automatically enabled by the ClamAV+SA easy-to-install package, due to the recent change in licence. Now if DCC could go the same way... - Updated Catalan translations. * Fixes * - Fixed bug in DoS attack handler. Thanks for Jorge for this. - Commented out setting of "SpamAssassin Local State Dir" in MailScanner.conf. PR: ports/96751 Submitted by: maintainer
621 lines
30 KiB
Text
621 lines
30 KiB
Text
@comment $FreeBSD$
|
|
etc/MailScanner/country.domains.conf.sample
|
|
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
|
|
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/analyse_SpamAssassin_cache
|
|
libexec/MailScanner/clean.SA.cache
|
|
libexec/MailScanner/clean.quarantine
|
|
libexec/MailScanner/update_phishing_sites
|
|
libexec/MailScanner/update_phishing_sites.cron
|
|
libexec/MailScanner/update_virus_scanners
|
|
libexec/MailScanner/update_virus_scanners.cron
|
|
libexec/MailScanner/sa-update.cron
|
|
libexec/MailScanner/antivir-autoupdate.sample
|
|
libexec/MailScanner/antivir-wrapper.sample
|
|
libexec/MailScanner/avg-autoupdate.sample
|
|
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/vexira-autoupdate.sample
|
|
libexec/MailScanner/vexira-wrapper.sample
|
|
sbin/mailscanner
|
|
sbin/MailScanner
|
|
%%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
|
|
%%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/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/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%%/ellen2.old.jpg
|
|
%%PORTDOCS%%%%DOCSDIR%%/ellenweblogo.png
|
|
%%PORTDOCS%%%%DOCSDIR%%/Book.Dec04-Aug05.pdf
|
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.port
|
|
%%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%%/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/Message.pm.patch.3.1.1
|
|
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Conf.pm.patch.3.1.1
|
|
%%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.3.1.1
|
|
%%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
|
|
%%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
|
|
%%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
|
|
%%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%%%%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
|
|
%%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
|
|
%%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
|
|
%%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/mcp
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/install
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/phishingnet.info
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%SPAMASSASSIN%%%%SPAMASSASSIN_SYMLINK%%@exec [ -e %D/etc/mail/spamassassin/mailscanner.cf ] || ln -s %D/etc/MailScanner/spam.assassin.prefs.conf %D/etc/mail/spamassassin/mailscanner.cf
|
|
%%SPAMASSASSIN%%%%SPAMASSASSIN_SYMLINK%%@unexec [ -L %D/etc/mail/spamassassin/mailscanner.cf ] && rm -f %D/etc/mail/spamassassin/mailscanner.cf
|
|
@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
|
|
@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
|