summaryrefslogtreecommitdiff
path: root/mail/MailScanner
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /mail/MailScanner
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Diffstat (limited to 'mail/MailScanner')
-rw-r--r--mail/MailScanner/Makefile190
-rw-r--r--mail/MailScanner/distinfo1
-rw-r--r--mail/MailScanner/files/README.FreeBSD.port48
-rw-r--r--mail/MailScanner/files/mailscanner.sh55
-rw-r--r--mail/MailScanner/files/mta.sh117
-rw-r--r--mail/MailScanner/pkg-descr23
-rw-r--r--mail/MailScanner/pkg-message34
-rw-r--r--mail/MailScanner/pkg-plist476
8 files changed, 0 insertions, 944 deletions
diff --git a/mail/MailScanner/Makefile b/mail/MailScanner/Makefile
deleted file mode 100644
index 1deb5655fcb7..000000000000
--- a/mail/MailScanner/Makefile
+++ /dev/null
@@ -1,190 +0,0 @@
-# New ports collection makefile for: MailScanner
-# Date created: 17 March 2003
-# Whom: Jan-Peter Koopmann <j.koopmann@seceidos.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mailscanner
-PORTVERSION= 4.24.5
-CATEGORIES= mail
-MASTER_SITES= http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/
-DISTNAME= MailScanner-4.24-5
-
-MAINTAINER= j.koopmann@seceidos.de
-COMMENT= Powerful virus/spam scanning framework for Sendmail/Exim
-
-BUILD_DEPENDS= \
- ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \
- ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
- ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \
- ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \
- ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
- ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools \
- ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
- ${SITE_PERL}/Convert/TNEF.pm:${PORTSDIR}/converters/p5-Convert-TNEF
-
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-USE_PERL5= yes
-
-DATADIR= ${PREFIX}/share/MailScanner
-DOCSDIR= ${PREFIX}/share/doc/MailScanner
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-MAN8= MailScanner.8
-MAN5= MailScanner.conf.5
-MLINKS= MailScanner.8 mailscanner.8 \
- MailScanner.conf.5 mailscanner.conf.5
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500601
-BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
-RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
-.endif
-
-DOC_FILES= INSTALL INSTALL.FreeBSD INSTALL.OpenBSD README
-ETC_FILES= MailScanner.conf filename.rules.conf \
- filetype.rules.conf spam.assassin.prefs.conf \
- spam.lists.conf virus.scanners.conf
-
-do-build:
- ${PERL} -pi -e \
- 's,/opt/MailScanner/lib,'${PREFIX}'/lib/MailScanner,g; \
- s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \
- ${WRKSRC}/bin/MailScanner
- ${PERL} -pi -e \
- 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g; \
- s,/usr/lib/sendmail,/usr/sbin/sendmail,g; \
- s,/opt/MailScanner/bin,'${PREFIX}'bin,g; \
- s,/opt/MailScanner/etc/reports,'${DATADIR}'/reports,g; \
- s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \
- ${WRKSRC}/etc/MailScanner.conf
- ${PERL} -pi -e \
- 's,/opt/MailScanner/lib,'${PREFIX}'/libexec/MailScanner,g; \
- s,/bin/false,/usr/bin/false,;' ${WRKSRC}/etc/virus.scanners.conf
- ${PERL} -pi -e \
- 's,/bin/bash,'${PREFIX}'/bash,g; \
- s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \
- ${WRKSRC}/bin/update_virus_scanners
- ${PERL} -pi -e \
- 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g; \
- s,/usr/lib/sendmail,/usr/sbin/sendmail,g; \
- s,/opt/MailScanner/bin,'${PREFIX}'/bin,g; \
- s,/opt/MailScanner/etc/reports,'${DATADIR}'/reports,g; \
- s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \
- ${WRKSRC}/lib/MailScanner/ConfigDefs.pl
- ${PERL} -pi \
- -e 's,/bin/sed,/usr/bin/sed,g;' ${WRKSRC}/lib/MailScanner/SystemDefs.pm
-
-do-install:
- #
- # Step 1: Install binaries
- #
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/tnef.linux ${PREFIX}/bin/tnef
- #
- # Step 2: Install libexec files
- #
- ${MKDIR} ${PREFIX}/libexec/MailScanner
- ${CHMOD} -R ${BINMODE} ${PREFIX}/libexec/MailScanner
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/MailScanner ${PREFIX}/libexec/MailScanner
- cd ${WRKSRC}/lib && ${FIND} * -name "*-wrapper" -exec ${INSTALL_SCRIPT} \
- '{}' ${PREFIX}'/libexec/MailScanner/{}'.sample \;
- cd ${WRKSRC}/lib && ${FIND} * -name "*-autoupdate" -exec \
- ${INSTALL_SCRIPT} '{}' ${PREFIX}'/libexec/MailScanner/{}'.sample \;
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/update_virus_scanners \
- ${PREFIX}/libexec/MailScanner/update_virus_scanners
- #
- # Step 3: Install etc files
- #
- ${MKDIR} ${PREFIX}/etc/MailScanner
- ${CHMOD} ${BINMODE} ${PREFIX}/etc/MailScanner
-.for FILE in ${ETC_FILES}
- ${INSTALL_DATA} ${WRKSRC}/etc/${FILE} \
- ${PREFIX}/etc/MailScanner/${FILE}.sample
-.endfor
- ${MKDIR} ${PREFIX}/etc/MailScanner/rules
- cd ${WRKSRC}/etc/rules && \
- ${INSTALL_DATA} EXAMPLES README ${PREFIX}/etc/MailScanner/rules
- ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \
- ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules.sample
-
- #
- # Step 4: Install files in share
- #
- @${MKDIR} ${DATADIR}
- cd ${WRKSRC}/etc && ${FIND} reports -type d -exec \
- mkdir ${DATADIR}'/{}' \;
- cd ${WRKSRC}/etc && ${FIND} reports -type f ! -name "*.orig" -exec \
- ${INSTALL_DATA} '{}' ${DATADIR}'/{}'.sample \;
- ${CHMOD} -R ${BINMODE} ${DATADIR}/reports
- #
- # Step 5: Install lib
- #
- ${MKDIR} ${PREFIX}/lib/MailScanner/MailScanner
- ${INSTALL_SCRIPT} ${WRKSRC}/lib/MailScanner.pm \
- ${PREFIX}/lib/MailScanner/MailScanner.pm
- cd ${WRKSRC}/lib/MailScanner && ${FIND} * -type f ! -name "*.orig" -exec \
- ${INSTALL_SCRIPT} '{}' ${PREFIX}'/lib/MailScanner/MailScanner/{}' \;
- #
- # Step 6: Install Start/Stop scripts
- #
- ${INSTALL_SCRIPT} ${FILESDIR}/mailscanner.sh \
- ${PREFIX}/etc/rc.d/mailscanner.sh.sample
- ${INSTALL_SCRIPT} ${FILESDIR}/mta.sh ${PREFIX}/etc/rc.d/mta.sh.sample
- #
- # Step 7: Docs & Manpages
- #
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD.port ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR}
- cd ${WRKSRC}/docs && \
- ${FIND} * -type d -exec mkdir ${DOCSDIR}'/{}' \; && \
- ${FIND} * -type f ! -name "*.orig" -exec \
- ${INSTALL_DATA} '{}' ${DOCSDIR}'/{}' \;
- cd ${WRKSRC}/docs/man && \
- ${INSTALL_MAN} ${MAN5} ${MAN5PREFIX}/man/man5 && \
- ${INSTALL_MAN} ${MAN8} ${MAN8PREFIX}/man/man8
-.endif
-.if exists(${PREFIX}/etc/MailScanner/MailScanner.conf)
- # Upgrading MailScanner.conf file... Please wait
- @${WRKSRC}/bin/upgrade_MailScanner_conf \
- ${PREFIX}/etc/MailScanner/MailScanner.conf \
- ${PREFIX}/etc/MailScanner/MailScanner.conf.sample > \
- ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} \
- 2> /dev/null
- # Diff the files. If the files do not differ, delete the new file
- @if diff -b -B -q ${PREFIX}/etc/MailScanner/MailScanner.conf \
- ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} ; \
- then ${ECHO} "No changes in MailScanner.conf options found" ; \
- ${RM} ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} ; \
- else \
- ${ECHO} "Changes in MailScanner.conf found. Please look at \
- ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION}" ; \
- fi
-.endif
- @${SED} -e 's,%%PREFIX%%,${PREFIX},' pkg-message > ${PKGMESSAGE}
- @${CAT} ${PKGMESSAGE}
-
-renew-wrapper: install
- # Renew virus wrapper scripts
- ${INSTALL_SCRIPT} ${WRKSRC}/lib/*-wrapper ${PREFIX}/libexec/MailScanner
-
-renew-autoupdate: install
- # Renew autoupdate scripts
- ${INSTALL_SCRIPT} ${WRKSRC}/lib/*-autoupdate ${PREFIX}/libexec/MailScanner
-
-renew-reports: install
- # Renew reports
- cd ${WRKSRC}/etc/reports/en && ${FIND} * -type f ! -name "*.orig" \
- -exec ${INSTALL_DATA} '{}' ${DATADIR}'/reports/en/{}' \;
-
-initial-config: renew-wrapper renew-autoupdate renew-reports
- cd ${WRKSRC}/etc && ${INSTALL_DATA} ${ETC_FILES} \
- ${PREFIX}/etc/MailScanner
- ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \
- ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules
-
-.include <bsd.port.post.mk>
diff --git a/mail/MailScanner/distinfo b/mail/MailScanner/distinfo
deleted file mode 100644
index e781e2adb12f..000000000000
--- a/mail/MailScanner/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (MailScanner-4.24-5.tar.gz) = f43e0f6b1febf41aaf843400b1b4b3f5
diff --git a/mail/MailScanner/files/README.FreeBSD.port b/mail/MailScanner/files/README.FreeBSD.port
deleted file mode 100644
index 55b28caaf497..000000000000
--- a/mail/MailScanner/files/README.FreeBSD.port
+++ /dev/null
@@ -1,48 +0,0 @@
-The MailScanner port is using the original MailScanner tarball from
-www.mailscanner.info. This tarball puts all the MailScanner files in
-subdirectories
-
-bin MailScanner binary / MailScanner start script etc.
-etc MailScanner config files / rules / report templates
-lib Virus wrapper and autoupdate scripts / MailScanner Perl libraries
-docs Documentation
-var pid file
-
-In order to make this FreeBSD compliant the port installs those files
-in the following directories:
-
-/usr/local/libexec/MailScanner MailScanner binary, virus wrapper/autoupdate
-/usr/local/lib/MailScanner MailScanner Perl libraries
-/usr/local/share/MailScanner MailScanner report templates
-/usr/local/share/doc/MailScanner Documentation
-/usr/local/etc/MailScanner MailScanner config files / rules
-/usr/local/etc/rc.d start/stop scripts
-
-The port installs two start/stop scripts in /usr/local/etc/rc.d:
-
-mailscanner.sh.sample
-mta.sh.sample
-
-My suggestion is to use these scripts instead of the usual FreeBSD MTA startup
-process. This of course means that you will have to disable MTA startup
-in rc.conf completely. Put this in your rc.conf:
-
-sendmail_enable="NO"
-
-Then adjust sendmail.sh or exim.sh to your configuration. Have a look at the
-MailScanner manpage for MTA setup hints.
-
-When upgrading the port it will try to look for new options/variables in
-MailScanner.conf using Julians upgrade_MailScanner_conf script. If it finds
-changes it will create a newly merged MailScanner.conf and copy it to
-/usr/local/etc/MailScanner/MailScanner.conf.new.PORTVERSION.
-
-
-If you have suggestions for this port please let me know and drop me an e-mail at
-
-j.koopmann@seceidos.de
-
-
-Thanks,
- Jan-Peter Koopmann
-
diff --git a/mail/MailScanner/files/mailscanner.sh b/mail/MailScanner/files/mailscanner.sh
deleted file mode 100644
index 67b7bbcbe50e..000000000000
--- a/mail/MailScanner/files/mailscanner.sh
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/bin/sh
-
-msbindir=/usr/local/libexec/MailScanner
-process=MailScanner
-config=/usr/local/etc/MailScanner/MailScanner.conf
-PIDFILE=/var/run/MailScanner.pid
-
-start_ms()
-{
- pid=`ps -axww |
- grep '[ ]'$msbindir/$process |
- awk '{print $1}'`
-
- if [ "x$pid" = "x" ]; then
- # Quietly try to raise the open_files limit
- ulimit -n 2000 >/dev/null 2>&1
- # Restart it
- PATH=${msbindir}:$PATH
- echo Starting MailScanner...
- cd $msbindir
- $process $config
- else
- echo MailScanner running with pid $pid
- fi
-}
-
-stop_ms()
-{
- echo Stopping MailScanner...
- kill -TERM -- -`cat $PIDFILE` 2>/dev/null
- sleep 5
-}
-
-_action=${1:-start}
-
-case ${_action} in
-start)
- start_ms
- ;;
-
-stop)
- stop_ms
- ;;
-
-restart)
- stop_ms
- start_ms
- ;;
-
-*)
- echo "Usage: `basename $0` {start|stop|restart}" >&2
- exit 64
- ;;
-esac
-exit 0
diff --git a/mail/MailScanner/files/mta.sh b/mail/MailScanner/files/mta.sh
deleted file mode 100644
index 7bce65f9d8d8..000000000000
--- a/mail/MailScanner/files/mta.sh
+++ /dev/null
@@ -1,117 +0,0 @@
-#!/bin/sh
-
-outgoing_queue_time=15m
-mta=exim
-
-case "$mta" in
- exim)
- program=/usr/local/sbin/exim
-
- if [ -f /usr/local/etc/exim/configure.in ]; then
- incoming_config=/usr/local/etc/exim/configure.in
- else
- incoming_config=/usr/local/etc/exim/configure
- fi
-
- outgoing_config=/usr/local/etc/exim/configure.out
-
- inpidfile=/var/run/exim_in.pid
- outpidfile=/var/run/exim_out.pid
- subpidfile=
-
- incoming_args="-C ${incoming_config} -oP ${inpidfile} -bd"
- outgoing_args="-C ${outgoing_config} -oP ${outpidfile} -q${outgoing_queue_time}"
- submitqueue_args=
- ;;
-
- sendmail)
- program=/usr/sbin/sendmail
-
- incoming_queue=/var/spool/mqueue.in
-
- submit_queue_time=${outgoing_queue_time}
-
- inpidfile=/var/run/sendmail_in.pid
- outpidfile=/var/run/sendmail_out.pid
- subpidfile=/var/spool/clientmqueue/sm-client.pid
-
- incoming_args="-L sm-mta-in -bd \
- -OPrivacyOptions=noetrn \
- -OQueueDirectory=${incoming_queue} \
- -ODeliveryMode=queueonly \
- -OPidFile=${inpidfile}"
- outgoing_args="-L sm-mta-out -q${outgoing_queue_time} \
- -OPidFile=${outpidfile}"
- submitqueue_args="-L sm-msp-queue -Ac -q${submit_queue_time} \
- -OPidFile=${subpidfile}"
- ;;
-
- *)
- echo "ERROR: I don't know the MTA '$mta'. Check your settings." >&2
- exit 2
- ;;
-esac
-
-start_mta()
-{
- echo -n " `basename ${program}`(incoming)"
- ${program} ${incoming_args}
-
- echo -n " `basename ${program}`(outgoing)"
- ${program} ${outgoing_args}
-}
-
-start_mspq ()
-{
- if [ "${submitqueue_args}" ]; then
- echo -n " `basename ${program}`(submitqueue)"
- ${program} ${submitqueue_args}
- fi
-}
-
-stop_mta()
-{
- echo "Stopping `basename ${program}` (incoming)"
- kill -TERM `head -1 ${inpidfile}` 2>/dev/null
-
- echo "Stopping `basename ${program}` (outgoing)"
- kill -TERM `head -1 ${outpidfile}` 2>/dev/null
-}
-
-stop_mspq ()
-{
- if [ "${submitqueue_args}" ]; then
- echo "Stopping `basename ${program}` (submitqueue)"
- kill -TERM `head -1 ${subpidfile}` 2>/dev/null
- fi
-}
-
-
-_action=${1:-start}
-
-case ${_action} in
-start)
- start_mta
- start_mspq
- ;;
-
-stop)
- stop_mta
- stop_mspq
- ;;
-
-restart)
- stop_mta
- stop_mspq
- sleep 5
- start_mta
- start_mspq
- ;;
-
-*)
- echo "Usage: `basename $0` {start|stop|restart}" >&2
- exit 64
- ;;
-esac
-exit 0
-
diff --git a/mail/MailScanner/pkg-descr b/mail/MailScanner/pkg-descr
deleted file mode 100644
index 3a143b093420..000000000000
--- a/mail/MailScanner/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-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.
-
-Not only can it scan for known viruses, but it can also protect against unknown
-viruses hidden inside e-mail attachments by refusing entry to attachments whose
-filenames match any given pattern. This can include generic patterns that trap
-filenames attempting to hide the true filename extension (e.g. ".txt.vbs").
-
-It is superior to many commercial packages in its ability to handle attacks
-against itself, such as Denial Of Service attacks caused by messages containing
-the "Zip of Death". It is easy to install into an existing e-mail gateway,
-requiring very little knowledge of sendmail and no change to an existing
-sendmail configuration.
-
-MailScanner itself is entirely open source, but it uses widely known commercial
-virus scanning packages at its core. The other software it uses is all high
-quality open source software, leading to a system that can be trusted for
-performance and reliability.
-
-WWW: http://www.mailscanner.info
diff --git a/mail/MailScanner/pkg-message b/mail/MailScanner/pkg-message
deleted file mode 100644
index 7c4e356d71a7..000000000000
--- a/mail/MailScanner/pkg-message
+++ /dev/null
@@ -1,34 +0,0 @@
-*************************************************************************
- _ _____ _____ _____ _ _ _____ ___ ___ _ _
- / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | |
- / _ \ | | | | | _| | \| | | | | | | | | \| |
- / ___ \| | | | | |___| |\ | | | | | |_| | |\ |
- /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_|
-
- See %%PREFIX%%/share/doc/MailScanner/README.FreeBSD.port,
- http://www.mailscanner.info, the man pages MailScanner and
- MailScanner.conf for further instructions.
-
- You will need to make several modifications to config files
- before MailScanner will work correctly.
-
- If this is the first time you are installing this port you
- should create an initial set of configuration files with
-
- make initial-config
-
- within this directory. Without this step you will only have
- .sample files instead of real .conf files and report
- templates.
-
- If you are upgrading your port you might consider
- running
-
- make renew-wrapper
- make renew-autoupdate
- make renew-reports
-
- to update your virus-wrappers, autoupdates, reports and
- languages.conf
-
-*************************************************************************
diff --git a/mail/MailScanner/pkg-plist b/mail/MailScanner/pkg-plist
deleted file mode 100644
index 4be0e0236bea..000000000000
--- a/mail/MailScanner/pkg-plist
+++ /dev/null
@@ -1,476 +0,0 @@
-@comment $FreeBSD$
-bin/tnef
-etc/MailScanner/MailScanner.conf.sample
-etc/MailScanner/filename.rules.conf.sample
-etc/MailScanner/filetype.rules.conf.sample
-etc/MailScanner/rules/EXAMPLES
-etc/MailScanner/rules/README
-etc/MailScanner/rules/spam.whitelist.rules.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/Config.pm
-lib/MailScanner/MailScanner/ConfigDefs.pl
-lib/MailScanner/MailScanner/CustomConfig.pm
-lib/MailScanner/MailScanner/Exim.pm
-lib/MailScanner/MailScanner/EximDiskStore.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/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/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/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/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/panda-wrapper.sample
-libexec/MailScanner/rav-autoupdate.sample
-libexec/MailScanner/rav-wrapper.sample
-libexec/MailScanner/sophos-autoupdate.sample
-libexec/MailScanner/sophos-wrapper.sample
-libexec/MailScanner/trend-autoupdate.sample
-libexec/MailScanner/trend-wrapper.sample
-libexec/MailScanner/update_virus_scanners
-%%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/sender.content.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/sender.content.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/sender.content.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/sender.content.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/sender.content.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/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/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/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/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/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/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/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/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/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
-%%DOCSDIR%%/COPYING
-%%DOCSDIR%%/ChangeLog
-%%DOCSDIR%%/INSTALL
-%%DOCSDIR%%/INSTALL.FreeBSD
-%%DOCSDIR%%/INSTALL.OpenBSD
-%%DOCSDIR%%/QuickInstall.txt
-%%DOCSDIR%%/README
-%%DOCSDIR%%/README.FreeBSD.port
-%%DOCSDIR%%/README.sql-logging
-%%DOCSDIR%%/building.txt
-%%DOCSDIR%%/donations.shtml
-%%DOCSDIR%%/downloadgraphs.shtml
-%%DOCSDIR%%/downloads.shtml
-%%DOCSDIR%%/ecs.css
-%%DOCSDIR%%/faq.shtml
-%%DOCSDIR%%/images/JulianField1_small.jpg
-%%DOCSDIR%%/images/bigmailscannerlogo.gif
-%%DOCSDIR%%/images/smallmailscannerlogo.gif
-%%DOCSDIR%%/images/thumb_JulianField2.jpg
-%%DOCSDIR%%/images/thumb_JulianField3.jpg
-%%DOCSDIR%%/images/thumb_JulianField4.jpg
-%%DOCSDIR%%/images/thumb_JulianField5.jpg
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/install/OS-virus-scan-web.htm
-%%DOCSDIR%%/install/README.trend
-%%DOCSDIR%%/install/SAVI.shtml
-%%DOCSDIR%%/install/codestatus.shtml
-%%DOCSDIR%%/install/conf.shtml
-%%DOCSDIR%%/install/exim-old.shtml
-%%DOCSDIR%%/install/exim.shtml
-%%DOCSDIR%%/install/filesnscripts.shtml
-%%DOCSDIR%%/install/gcc.shtml
-%%DOCSDIR%%/install/index.shtml
-%%DOCSDIR%%/install/linux.shtml
-%%DOCSDIR%%/install/mailscanner.shtml
-%%DOCSDIR%%/install/mcafee.shtml
-%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.55
-%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.60
-%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.55
-%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.60
-%%DOCSDIR%%/install/mcp/index.html
-%%DOCSDIR%%/install/mime-tools-patch.txt
-%%DOCSDIR%%/install/mime-tools-patch2.txt
-%%DOCSDIR%%/install/mime-tools-patch3.txt
-%%DOCSDIR%%/install/mime-tools-patch4.txt
-%%DOCSDIR%%/install/osborne.txt
-%%DOCSDIR%%/install/other.shtml
-%%DOCSDIR%%/install/perl.shtml
-%%DOCSDIR%%/install/postfix.shtml
-%%DOCSDIR%%/install/sendmail.shtml
-%%DOCSDIR%%/install/sophos.shtml
-%%DOCSDIR%%/install/spamassassin.shtml
-%%DOCSDIR%%/install/tnef.shtml
-%%DOCSDIR%%/install/zmailer.shtml
-%%DOCSDIR%%/introduction.shtml
-%%DOCSDIR%%/jobs
-%%DOCSDIR%%/mailscanner_trans.gif
-%%DOCSDIR%%/man/MailScanner.8
-%%DOCSDIR%%/man/MailScanner.8.html
-%%DOCSDIR%%/man/MailScanner.conf.5
-%%DOCSDIR%%/man/MailScanner.conf.5.html
-%%DOCSDIR%%/mrtg.shtml
-%%DOCSDIR%%/newinv4.shtml
-%%DOCSDIR%%/nextversion.shtml
-%%DOCSDIR%%/oldnews.shtml
-%%DOCSDIR%%/osdir.png
-%%DOCSDIR%%/performance.shtml
-%%DOCSDIR%%/poetry.shtml
-%%DOCSDIR%%/poweredby.google.gif
-%%DOCSDIR%%/poweredby.transtec.gif
-%%DOCSDIR%%/presentations.html
-%%DOCSDIR%%/press.html
-%%DOCSDIR%%/readme.shtml
-%%DOCSDIR%%/reject.html
-%%DOCSDIR%%/sobig.html
-%%DOCSDIR%%/support.html
-%%DOCSDIR%%/transtec.logo.gif
-%%DOCSDIR%%/users.shtml
-@dirrm share/nls/en_US.US-ASCII
-@dirrm share/nls/POSIX
-@dirrm %%DOCSDIR%%/man
-@dirrm %%DOCSDIR%%/install/mcp
-@dirrm %%DOCSDIR%%/install
-@dirrm %%DOCSDIR%%/images
-@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
-@dirrm %%DATADIR%%/reports
-@dirrm %%DATADIR%%
-@dirrm libexec/MailScanner
-@dirrm lib/MailScanner/MailScanner
-@dirrm lib/MailScanner
-@dirrm etc/MailScanner/rules
-@dirrm etc/MailScanner