View | Details | Raw Unified | Return to bug 217142
Collapse All | Expand All

(-)Makefile (-144 / +63 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	MailScanner
4
PORTNAME=	MailScanner
5
PORTVERSION=	4.85.2
5
PORTVERSION=	5.0.3
6
#PORTREVISION=	0
6
#PORTREVISION=	0
7
CATEGORIES=	mail
7
CATEGORIES=	mail
8
MASTER_SITES=	https://s3.amazonaws.com/mailscanner/release/v4/tar/
8
MASTER_SITES=	https://s3.amazonaws.com/msv5/release/
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-${PATCHLEVEL}
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-${PATCHLEVEL}.nix
10
10
11
MAINTAINER=	kkobb@skylinecorp.com
11
MAINTAINER=	kkobb@skylinecorp.com
12
COMMENT=	Powerful virus/spam scanning framework for mail gateways
12
COMMENT=	Powerful virus/spam scanning framework for mail gateways
Lines 31-37 Link Here
31
	p5-Filesys-Df>=0:sysutils/p5-Filesys-Df \
31
	p5-Filesys-Df>=0:sysutils/p5-Filesys-Df \
32
	p5-Sys-Hostname-Long>=0:sysutils/p5-Sys-Hostname-Long \
32
	p5-Sys-Hostname-Long>=0:sysutils/p5-Sys-Hostname-Long \
33
	p5-OLE-Storage_Lite>=0:devel/p5-OLE-Storage_Lite \
33
	p5-OLE-Storage_Lite>=0:devel/p5-OLE-Storage_Lite \
34
	p5-Sys-SigAction>=0:devel/p5-Sys-SigAction
34
	p5-Sys-SigAction>=0:devel/p5-Sys-SigAction \
35
	p5-Inline>=0:devel/p5-Inline \
36
	p5-Inline-C>=0:devel/p5-Inline-C \
37
	p5-Mail-IMAPClient>=0:mail/p5-Mail-IMAPClient \
38
	p5-Mail-SPF>=0:mail/p5-Mail-SPF \
39
	p5-Net-CIDR-Lite>=0:net/p5-Net-CIDR-Lite \
40
	p5-Net-DNS-Resolver-Programmable>=0:dns/p5-Net-DNS-Resolver-Programmable \
41
	p5-Net-IP>=0:net-mgmt/p5-Net-IP \
42
	p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent \
43
	p5-Test-Manifest>=0:devel/p5-Test-Manifest \
44
	p5-URI>=0:net/p5-URI \
45
	p5-IO-String>=0:devel/p5-IO-String \
46
	p5-Business-ISBN>=0:misc/p5-Business-ISBN \
47
	p5-Business-ISBN-Data>=0:misc/p5-Business-ISBN-Data \
48
	p5-Data-Dump>=0:devel/p5-Data-Dump \
49
	p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \
50
	p5-File-ShareDir>=0:devel/p5-File-ShareDir \
51
	p5-IP-Country>=0:net/p5-IP-Country \
52
	curl:ftp/curl
35
53
36
RUN_DEPENDS:=	${BUILD_DEPENDS} \
54
RUN_DEPENDS:=	${BUILD_DEPENDS} \
37
		bash:shells/bash \
55
		bash:shells/bash \
Lines 38-55 Link Here
38
		tnef:converters/tnef \
56
		tnef:converters/tnef \
39
		wget:ftp/wget
57
		wget:ftp/wget
40
58
41
CONFLICTS=	MailScanner-devel-[0-9]*
59
CONFLICTS=	${PORTNAME}-devel-[0-9]*
42
60
43
PATCHLEVEL=	3
61
PATCHLEVEL=	7
44
62
45
USES=		perl5 shebangfix
63
USES=		perl5 shebangfix
46
SHEBANG_FILES=	bin/[^acu]* bin/analyse_SpamAssassin_cache bin/clean* \
64
SHEBANG_FILES=	usr/sbin/${PORTNAME} usr/sbin/ms-create-locks \
47
		bin/update* \
65
		usr/sbin/ms-peek usr/sbin/ms-perl-check \
48
		lib/[^M]* lib/${PORTNAME}/[^C]* lib/${PORTNAME}/*.p[ml] \
66
		usr/sbin/ms-sa-cache usr/sbin/ms-update-bad-emails \
49
		lib/${PORTNAME}.pm lib/${PORTNAME}/CustomFunctions/*
67
		usr/sbin/ms-upgrade-conf \
68
		usr/lib/${PORTNAME}/wrapper/bitdefender-autoupdate \
69
		usr/lib/${PORTNAME}/wrapper/clamav-autoupdate \
70
		usr/lib/${PORTNAME}/wrapper/generic-autoupdate \
71
		usr/lib/${PORTNAME}/wrapper/sophos-autoupdate
50
72
51
WRKSRC=		${WRKDIR}/${PORTNAME}-install-${PORTVERSION}
73
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
52
SUB_FILES=	MailScanner.8 pkg-message pkg-install pkg-deinstall
74
SUB_FILES=	${PORTNAME}.8 pkg-message pkg-install
53
SUB_LIST=	DATADIR=${DATADIR} \
75
SUB_LIST=	DATADIR=${DATADIR} \
54
		PERL=${PERL} \
76
		PERL=${PERL} \
55
		PKGVERSION=${PKGVERSION} \
77
		PKGVERSION=${PKGVERSION} \
Lines 57-63 Link Here
57
		ETC_FILES="${ETC_FILES}" \
79
		ETC_FILES="${ETC_FILES}" \
58
		MCP_FILES="${MCP_FILES}"
80
		MCP_FILES="${MCP_FILES}"
59
81
60
OPTIONS_DEFINE=		SPAMASSASSIN CLAMAV CLAMAVMODULE BDC DOCS
82
OPTIONS_DEFINE=		SPAMASSASSIN CLAMAV CLAMAVMODULE BDC
61
SPAMASSASSIN_DESC=	Install SpamAssassin
83
SPAMASSASSIN_DESC=	Install SpamAssassin
62
CLAMAV_DESC=		Install ClamAV
84
CLAMAV_DESC=		Install ClamAV
63
CLAMAVMODULE_DESC=	Install ClamAV Module
85
CLAMAVMODULE_DESC=	Install ClamAV Module
Lines 108-114 Link Here
108
.endif
130
.endif
109
131
110
DOC_FILES=	README
132
DOC_FILES=	README
111
ETC_FILES=	MailScanner.conf filename.rules.conf \
133
ETC_FILES=	${PORTNAME}.conf filename.rules.conf \
112
		archives.filename.rules.conf archives.filetype.rules.conf \
134
		archives.filename.rules.conf archives.filetype.rules.conf \
113
		filetype.rules.conf spam.assassin.prefs.conf \
135
		filetype.rules.conf spam.assassin.prefs.conf \
114
		spam.lists.conf virus.scanners.conf \
136
		spam.lists.conf virus.scanners.conf \
Lines 118-157 Link Here
118
MCP_FILES=	mcp.spam.assassin.prefs.conf \
140
MCP_FILES=	mcp.spam.assassin.prefs.conf \
119
		10_example.cf v320.pre
141
		10_example.cf v320.pre
120
USRLOCAL_FILES_LIB=	\
142
USRLOCAL_FILES_LIB=	\
121
		bitdefender-autoupdate f-prot-autoupdate \
143
		bitdefender-autoupdate f-secure-autoupdate \
122
		f-secure-wrapper inoculan-autoupdate \
144
		f-secure-wrapper sophos-autoupdate
123
		kavdaemonclient-wrapper mcafee-autoupdate \
124
		nod32-autoupdate rav-autoupdate \
125
		rav-wrapper sophos-autoupdate
126
145
127
USE_RC_SUBR=	mailscanner mta
146
USE_RC_SUBR=	mailscanner mta
128
147
129
post-extract:
130
	@cd ${WRKSRC} \
131
		&& ${TAR} xzf \
132
		   perl-tar/MailScanner-${PORTVERSION}-${PATCHLEVEL}.tar.gz \
133
		&& ${MV} MailScanner-${PORTVERSION}-${PATCHLEVEL}/* .
134
135
post-patch:
148
post-patch:
136
	${REINPLACE_CMD} -e 's,\$$(mktemp),$$(mktemp -t tmp),' \
149
	${REINPLACE_CMD} -e 's,\$$(mktemp),$$(mktemp -t tmp),' \
137
		${WRKSRC}/lib/clamav-wrapper \
150
		${WRKSRC}/usr/lib/${PORTNAME}/wrapper/clamav-wrapper \
138
		${WRKSRC}/lib/trend-autoupdate \
151
		${WRKSRC}/usr/lib/${PORTNAME}/wrapper/bitdefender-wrapper
139
		${WRKSRC}/lib/bitdefender-wrapper \
140
		${WRKSRC}/lib/kaspersky-wrapper \
141
		${WRKSRC}/bin/Sophos.install
142
152
143
do-build:
153
do-build:
144
	@${REINPLACE_CMD} \
154
	@${REINPLACE_CMD} \
145
		-e 's,/bin/bash,${LOCALBASE}/bin/bash,g' \
155
		-e 's,/bin/bash,${LOCALBASE}/bin/bash,g' \
146
		-e 's,/bin/sed,/usr/bin/sed,g' \
156
		-e 's,/bin/sed,/usr/bin/sed,g' \
147
		-e 's,/etc/MailScanner/MailScanner.conf,${PREFIX}/etc/MailScanner/MailScanner.conf,g' \
157
		-e 's,/etc/${PORTNAME}/${PORTNAME}.conf,${PREFIX}/etc/${PORTNAME}/${PORTNAME}.conf,g' \
148
		-e 's,/etc/init.d/MailScanner,${LOCALBASE}/etc/rc.d/mailscanner,g' \
158
		-e 's,/etc/init.d/${PORTNAME},${LOCALBASE}/etc/rc.d/mailscanner,g' \
149
		-e 's,/etc/mail/,${LOCALBASE}/etc/mail/,g'		\
159
		-e 's,/etc/mail/,${LOCALBASE}/etc/mail/,g'		\
150
		-e 's,/opt/MailScanner/bin,${PREFIX}/libexec/MailScanner,g' \
160
		-e 's,/opt/${PORTNAME}/bin,${PREFIX}/libexec/${PORTNAME},g' \
151
		-e 's,/opt/MailScanner/etc/reports,${DATADIR}/reports,g' \
161
		-e 's,/opt/${PORTNAME}/etc/reports,${DATADIR}/reports,g' \
152
		-e 's,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g'	\
162
		-e 's,/opt/${PORTNAME}/etc,${PREFIX}/etc/${PORTNAME},g'	\
153
		-e 's,/opt/MailScanner/lib,${PREFIX}/lib/MailScanner,g'	\
163
		-e 's,/opt/${PORTNAME}/lib,${PREFIX}/lib/${PORTNAME},g'	\
154
		-e 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g' \
164
		-e 's,/opt/${PORTNAME}/var/${PORTNAME}.pid,/var/run/${PORTNAME}.pid,g' \
155
		-e 's,/usr/bin/clamscan,${LOCALBASE}/bin/clamscan,g'	\
165
		-e 's,/usr/bin/clamscan,${LOCALBASE}/bin/clamscan,g'	\
156
		-e 's,/usr/bin/sa-compile,${LOCALBASE}/bin/sa-compile,g' \
166
		-e 's,/usr/bin/sa-compile,${LOCALBASE}/bin/sa-compile,g' \
157
		-e 's,/usr/bin/sa-update,${LOCALBASE}/bin/sa-update,g'	\
167
		-e 's,/usr/bin/sa-update,${LOCALBASE}/bin/sa-update,g'	\
Lines 158-290 Link Here
158
		-e 's,/usr/bin/unzip,${UNZIP_CMD},g'				\
168
		-e 's,/usr/bin/unzip,${UNZIP_CMD},g'				\
159
		-e 's,/usr/bin/wget,${LOCALBASE}/bin/wget,g'		\
169
		-e 's,/usr/bin/wget,${LOCALBASE}/bin/wget,g'		\
160
		-e 's,/usr/lib/sendmail,/usr/sbin/sendmail,g'		\
170
		-e 's,/usr/lib/sendmail,/usr/sbin/sendmail,g'		\
161
		${WRKSRC}/bin/MailScanner				\
171
		${WRKSRC}/usr/sbin/${PORTNAME}				\
162
		${WRKSRC}/bin/mailscanner_create_locks			\
172
		${WRKSRC}/usr/sbin/ms-create-locks			\
163
		${WRKSRC}/bin/processing_messages_alert			\
173
		${WRKSRC}/usr/lib/${PORTNAME}/init/ms-init		\
164
		${WRKSRC}/bin/update_virus_scanners			\
165
		${WRKSRC}/bin/cron/update_virus_scanners.cron		\
166
		${WRKSRC}/bin/update_bad_phishing_emails		\
167
		${WRKSRC}/bin/update_phishing_sites			\
168
		${WRKSRC}/bin/update_bad_phishing_sites			\
169
		${WRKSRC}/bin/cron/update_phishing_sites.cron		\
170
		${WRKSRC}/bin/cron/update_bad_phishing_sites.cron	\
171
		${WRKSRC}/bin/cron/update_spamassassin.cron		\
172
		${WRKSRC}/bin/update_spamassassin			\
173
		${WRKSRC}/bin/clean.SA.cache				\
174
		${WRKSRC}/lib/MailScanner/ConfigDefs.pl			\
175
		${WRKSRC}/lib/MailScanner/SystemDefs.pm			\
176
		${WRKSRC}/lib/clamav-wrapper				\
177
		${WRKSRC}/lib/sophos-autoupdate
178
174
179
	@${REINPLACE_CMD} \
175
	@${REINPLACE_CMD} \
180
		-e 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g' \
176
		-e 's,/opt/${PORTNAME}/var/${PORTNAME}.pid,/var/run/${PORTNAME}.pid,g' \
181
		-e 's,/usr/lib/sendmail,/usr/sbin/sendmail,g' \
177
		-e 's,/usr/lib/sendmail,/usr/sbin/sendmail,g' \
182
		-e 's,/opt/MailScanner/bin,${PREFIX}/bin,g' \
178
		-e 's,/opt/${PORTNAME}/bin,${PREFIX}/bin,g' \
183
		-e 's,/opt/MailScanner/etc/reports,${DATADIR}/reports,g' \
179
		-e 's,/opt/${PORTNAME}/etc/reports,${DATADIR}/reports,g' \
184
		-e 's,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g' \
180
		-e 's,/opt/${PORTNAME}/etc,${PREFIX}/etc/${PORTNAME},g' \
185
		-e 's,/opt/MailScanner/lib,${PREFIX}/lib/MailScanner,g' \
181
		-e 's,/opt/${PORTNAME}/lib,${PREFIX}/lib/${PORTNAME},g' \
186
		-e 's,/usr/bin/unrar,${LOCALBASE}/bin/unrar,g' \
182
		-e 's,/usr/bin/unrar,${LOCALBASE}/bin/unrar,g' \
187
		-e 's,/bin/gunzip,/usr/bin/gunzip,g' \
183
		-e 's,/bin/gunzip,/usr/bin/gunzip,g' \
188
		-e 's,/etc/mail/spamassassin,${LOCALBASE}/etc/mail/spamassassin,g' \
184
		-e 's,/etc/mail/spamassassin,${LOCALBASE}/etc/mail/spamassassin,g' \
189
		-e 's,/tmp/clamd.socket,/var/run/clamav/clamd.sock,g' \
185
		-e 's,/tmp/clamd.socket,/var/run/clamav/clamd.sock,g' \
190
		-e 's,/usr/local/share/clamav,/var/db/clamav,g' \
186
		-e 's,/usr/local/share/clamav,/var/db/clamav,g' \
191
		${WRKSRC}/etc/MailScanner.conf
187
		${WRKSRC}/etc/${PORTNAME}/${PORTNAME}.conf
192
188
193
	@${REINPLACE_CMD} \
189
	@${REINPLACE_CMD} \
194
		-e 's,/opt/MailScanner/lib,${PREFIX}/libexec/MailScanner,g' \
190
		-e 's,/opt/${PORTNAME}/lib,${PREFIX}/libexec/${PORTNAME},g' \
195
		-e 's,/bin/false,/usr/bin/false,' \
191
		-e 's,/bin/false,/usr/bin/false,' \
196
		${WRKSRC}/etc/virus.scanners.conf
192
		${WRKSRC}/etc/${PORTNAME}/virus.scanners.conf
197
193
198
.for FILE in ${USRLOCAL_FILES_LIB}
194
.for FILE in ${USRLOCAL_FILES_LIB}
199
	@${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
195
	@${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
200
		${WRKSRC}/lib/${FILE}
196
		${WRKSRC}/usr/lib/${PORTNAME}/wrapper/${FILE}
201
.endfor
197
.endfor
202
	@${FIND} ${WRKSRC} \( -name "*.bak" -or -name "*.orig" \) -delete
198
	@${FIND} ${WRKSRC} \( -name "*.bak" -or -name "*.orig" \) -delete
203
199
204
do-install:
200
do-install:
205
	@${ECHO_MSG} -n ">> Installing files in ${PREFIX}/sbin..."
201
	(cd ${WRKSRC}/etc && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/etc)
206
	${INSTALL_SCRIPT} ${WRKSRC}/bin/MailScanner ${STAGEDIR}${PREFIX}/sbin/mailscanner
202
	(cd ${WRKSRC}/usr/sbin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/sbin)
207
	${LN} -sf ${PREFIX}/sbin/mailscanner ${STAGEDIR}${PREFIX}/sbin/MailScanner
203
	(cd ${WRKSRC}/usr/share && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share)
208
	@${ECHO_MSG} " [DONE]"
209
	@${ECHO_MSG} -n \
210
		">> Installing files in ${PREFIX}/libexec/MailScanner..."
211
	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/MailScanner
212
	cd ${WRKSRC}/lib && ${FIND} * -name "*-wrapper" -exec \
213
		${INSTALL_SCRIPT} {} ${STAGEDIR}${PREFIX}/libexec/MailScanner/{}.sample \;
214
	cd ${WRKSRC}/lib && ${FIND} * -name "*-autoupdate" -exec \
215
		${INSTALL_SCRIPT} {} ${STAGEDIR}${PREFIX}/libexec/MailScanner/{}.sample \;
216
.for FILE in analyse_SpamAssassin_cache clean.SA.cache clean.quarantine \
217
		mailscanner_create_locks processing_messages_alert Quick.Peek \
218
		update_bad_phishing_emails update_phishing_sites \
219
		update_bad_phishing_sites cron/update_phishing_sites.cron \
220
		cron/update_bad_phishing_sites.cron update_virus_scanners \
221
		cron/update_virus_scanners.cron update_spamassassin \
222
		cron/update_spamassassin.cron
223
	${INSTALL_SCRIPT} ${WRKSRC}/bin/${FILE} \
224
		${STAGEDIR}${PREFIX}/libexec/MailScanner/
225
.endfor
226
	@${ECHO_MSG} " [DONE]"
227
	@${ECHO_MSG} -n ">> Installing files in ${PREFIX}/etc/MailScanner..."
228
	${MKDIR} ${STAGEDIR}${PREFIX}/etc/MailScanner
229
.for FILE in ${ETC_FILES}
230
	${INSTALL_DATA} ${WRKSRC}/etc/${FILE} \
231
		${STAGEDIR}${PREFIX}/etc/MailScanner/${FILE}.sample
232
.endfor
233
	${MKDIR} ${STAGEDIR}${PREFIX}/etc/MailScanner/rules
234
	cd ${WRKSRC}/etc/rules \
235
		&& ${INSTALL_DATA} EXAMPLES README \
236
			${STAGEDIR}${PREFIX}/etc/MailScanner/rules
237
.for RULES in spam.whitelist.rules bounce.rules max.message.size.rules
238
	${INSTALL_DATA} ${WRKSRC}/etc/rules/${RULES} \
239
		${STAGEDIR}${PREFIX}/etc/MailScanner/rules/${RULES}.sample
240
.endfor
241
	${MKDIR} ${STAGEDIR}${PREFIX}/etc/MailScanner/mcp
242
.for FILE in ${MCP_FILES}
243
	${INSTALL_DATA} ${WRKSRC}/etc/mcp/${FILE} \
244
		${STAGEDIR}${PREFIX}/etc/MailScanner/mcp/${FILE}.sample
245
.endfor
246
	${MKDIR} ${STAGEDIR}${PREFIX}/etc/MailScanner/conf.d
247
	${INSTALL_DATA} ${WRKSRC}/etc/conf.d/README \
248
		${STAGEDIR}${PREFIX}/etc/MailScanner/conf.d/README
249
	@${ECHO_MSG} " [DONE]"
250
	@${ECHO_MSG} -n ">> Installing files in ${DATADIR}..."
251
	${MKDIR} ${STAGEDIR}${DATADIR}
252
	cd ${WRKSRC}/etc && ${FIND} reports -type d ! -name "*.old" -exec \
253
		${MKDIR} ${STAGEDIR}${DATADIR}/{} \;
254
	cd ${WRKSRC}/etc \
255
	    && ${FIND} reports \( -type d -name "*.old" -prune \) \
256
	    -o \( -type f ! \( -name "*.orig" -o -name "*.bak" \) \
257
		-exec ${INSTALL_DATA} {} ${STAGEDIR}${DATADIR}/{}.sample \; \)
258
	${INSTALL_SCRIPT} ${WRKSRC}/bin/upgrade_MailScanner_conf \
259
		${STAGEDIR}${DATADIR}
260
	${LN} -sf ${DATADIR}/upgrade_MailScanner_conf \
261
		${STAGEDIR}${DATADIR}/upgrade_languages_conf
262
	@${ECHO_MSG} " [DONE]"
263
	@${ECHO_MSG} -n ">> Installing files in ${PREFIX}/lib..."
264
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/MailScanner/MailScanner/CustomFunctions
265
	${INSTALL_SCRIPT} ${WRKSRC}/lib/MailScanner.pm \
266
		${STAGEDIR}${PREFIX}/lib/MailScanner/MailScanner.pm
267
	cd ${WRKSRC}/lib/MailScanner \
268
		&& ${FIND} * -type f ! -name "*.orig" -exec \
269
		${INSTALL_SCRIPT} {} ${STAGEDIR}${PREFIX}/lib/MailScanner/MailScanner/{} \;
270
	@${ECHO_MSG} " [DONE]"
271
.if ${PORT_OPTIONS:MDOCS}
272
	@${ECHO_MSG} -n ">> Installing docs and manpage..."
273
	${MKDIR} ${STAGEDIR}${DOCSDIR}
274
	${INSTALL_DATA} ${FILESDIR}/README.FreeBSD.port ${STAGEDIR}${DOCSDIR}
275
	${INSTALL_SCRIPT} ${FILESDIR}/Sophos.install.freebsd ${STAGEDIR}${DOCSDIR}
276
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${STAGEDIR}${DOCSDIR}
277
	@${REINPLACE_CMD} \
278
		-e 's,%%LOCALBASE%%,${LOCALBASE},'	\
279
		-e 's,%%PREFIX%%,${PREFIX},'		\
280
		${STAGEDIR}${DOCSDIR}/Sophos.install.freebsd
281
	@${RM} ${STAGEDIR}${DOCSDIR}/Sophos.install.freebsd.bak
282
.else
283
	@${ECHO_MSG} -n ">> Installing manpage..."
284
.endif
285
	cd ${WRKDIR} && \
204
	cd ${WRKDIR} && \
286
		${INSTALL_MAN} ${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8
205
		${INSTALL_MAN} ${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8
287
	${LN} -sf ${PREFIX}/man/man8/${PORTNAME}.8 \
206
	${LN} -sf ${PORTNAME}.8 \
288
		${STAGEDIR}${PREFIX}/man/man8/${PORTNAME:tl}.8
207
		${STAGEDIR}${PREFIX}/man/man8/${PORTNAME:tl}.8
289
	@${ECHO_MSG} " [DONE]"
208
	@${ECHO_MSG} " [DONE]"
290
209
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (MailScanner-4.85.2-3.tar.gz) = 8e2ca7be98199b226942a31dd48d4f516c9d86c1d402c5ade2858cbe104d2057
1
TIMESTAMP = 1487170129
2
SIZE (MailScanner-4.85.2-3.tar.gz) = 924177
2
SHA256 (MailScanner-5.0.3-7.nix.tar.gz) = e3de4f372e06001da818fbe8c540f66d3fa21543544abace7f1d805ff85ee0a8
3
SIZE (MailScanner-5.0.3-7.nix.tar.gz) = 604345
(-)files/Sophos.install.freebsd (-92 lines)
Lines 1-92 Link Here
1
!%%LOCALBASE%%/bin/bash
2
#
3
# $Id: Sophos.install.freebsd,v 1.3 2004/01/31 23:43:16 sergei Exp $
4
#
5
# Run this script to install Sophos in the right place, with the right
6
# options for the MailScanner.
7
# Run this script from inside the directory in which you have copied
8
# and unpacked the Sophos distribution.
9
# Tweaked for FreeBSD.
10
11
SOPHOS=%%LOCALBASE%%/Sophos
12
SCRIPTS=%%PREFIX%%/libexec/MailScanner
13
COMPD=freebsd.elf.tar.Z
14
DISTRIB=freebsd.elf.tar
15
16
mkdir -p ${SOPHOS}
17
chown -R root ${SOPHOS}
18
chmod -R go+rX ${SOPHOS}
19
20
# Clear out any old libs from /usr/local/lib which is where
21
# a default SAVI installation will have left them
22
echo Clearing out old default Sophos installation libraries
23
rm -f %%LOCALBASE%%/lib/libsavi.so*
24
25
# Have we got to uncompress the distribution for them?
26
if [ -f $COMPD ]; then
27
  echo Uncompressing Sophos distribution
28
  uncompress $COMPD
29
fi
30
31
# Have we got to unpack the distribution for them?
32
if [ -f $DISTRIB ]; then
33
  # Is there an old unpacked distribution here too??
34
  if [ -d sav-install ]; then
35
    echo Clearing out unpacked distribution
36
    rm -rf sav-install
37
  fi
38
  # Unpack the distribution
39
  echo Unpacking distribution
40
  tar xBf $DISTRIB
41
fi
42
43
# JKF 31/08/2001 Remove any existing vdl.dat files
44
if [ -f ${SOPHOS}/lib/vdl.dat ]; then
45
  rm -f ${SOPHOS}/lib/vdl*
46
fi
47
if [ -f ${SOPHOS}/lib/vdln.dat ]; then
48
  rm -f ${SOPHOS}/lib/vdl*
49
fi
50
if [ -f ${SOPHOS}/lib/vdl01.vdb ]; then
51
  rm -f ${SOPHOS}/lib/vdl*
52
fi
53
54
# Are we in the right directory, or one above it?
55
if [ -d sav-install ]; then
56
  cd sav-install
57
fi
58
59
# Check we have found the install.sh script
60
if [ \! -f install.sh ]; then
61
  echo Please cd into the directory containing the Sophos install.sh
62
  echo script and run this command again.
63
  exit 1
64
fi
65
66
echo Installing Sophos for MailScanner
67
./install.sh -v -d ${SOPHOS} -s lib -ni
68
69
if [ -f /etc/sav.conf ]; then
70
  echo Removing troublesome and useless configuration file /etc/sav.conf
71
  rm -f /etc/sav.conf
72
fi
73
74
echo Creating links so Perl-SAVI module compiles
75
[ -e ${SOPHOS}/lib/libsavi.so.2 ] && ln -sf libsavi.so.2 ${SOPHOS}/lib/libsavi.so
76
[ -e ${SOPHOS}/lib/libsavi.so.3 ] && ln -sf libsavi.so.3 ${SOPHOS}/lib/libsavi.so
77
78
echo
79
echo Fetching latest IDE virus identities from www.sophos.com
80
${SCRIPTS}/sophos-autoupdate
81
82
if [ -f ${SCRIPTS}/sophos-wrapper ]; then
83
  chmod a=rx ${SCRIPTS}/sophos-wrapper
84
  echo Done.
85
else
86
  echo Something has gone wrong. There should be a copy of the
87
  echo script sophos-wrapper in the directory ${SCRIPTS}.
88
  echo Please re-install the MailScanner or fetch another copy of
89
  echo sophoswrapper from the distribution web site.
90
fi
91
92
exit 0
(-)files/patch-lib_clamav-wrapper (-12 lines)
Lines 1-12 Link Here
1
--- lib/clamav-wrapper.orig	2015-12-04 06:27:18 UTC
2
+++ lib/clamav-wrapper
3
@@ -51,6 +51,9 @@
4
 
5
 # You may want to check this script for bash-isms
6
 
7
++PATH=$PATH:/usr/local/bin
8
++export PATH
9
+
10
 #TempDir="/tmp/clamav.$$"
11
 TempDir=$(mktemp -t tmp) || { echo "$0: Cannot make name for temporary dir" >&2; exit 1; }
12
 ClamUser="clamav"
(-)files/pkg-deinstall.in (-79 lines)
Lines 1-79 Link Here
1
#!/bin/sh
2
#
3
# $FreeBSD$
4
5
DATADIR=%%DATADIR%%
6
ETC_FILES="%%ETC_FILES%%"
7
8
prune_lang_conf()
9
{
10
	for LANG_DIR in ${DATADIR}/reports/*
11
	do
12
	    for REPORT_FILE in ${LANG_DIR}/*.sample
13
	    do
14
		cmp -s ${REPORT_FILE%.sample} ${REPORT_FILE} \
15
			&& rm -f ${REPORT_FILE%.sample}
16
	    done
17
	done
18
}
19
20
prune_wrappers()
21
{
22
	for WRAPPER in ${PKG_PREFIX}/libexec/MailScanner/*-wrapper
23
	do
24
		cmp -s ${WRAPPER} ${WRAPPER}.sample \
25
			&& rm -f ${WRAPPER}
26
	done
27
}
28
29
prune_autoupdate()
30
{
31
	for AUTOUPDATE in ${PKG_PREFIX}/libexec/MailScanner/*-autoupdate
32
	do
33
		cmp -s ${AUTOUPDATE} ${AUTOUPDATE}.sample \
34
			&& rm -f ${AUTOUPDATE}
35
	done
36
}
37
38
prune_rules()
39
{
40
	for RULES in ${PKG_PREFIX}/etc/MailScanner/rules/*.rules
41
	do
42
		cmp -s ${RULES} ${RULES}.sample \
43
			&& rm -f ${RULES}
44
	done
45
}
46
47
prune_mcp()
48
{
49
	for MCP_FILES in %%MCP_FILES%%
50
	do
51
		cmp -s ${PKG_PREFIX}/etc/MailScanner/mcp/${MCP_FILES}.sample \
52
			${PKG_PREFIX}/etc/MailScanner/mcp/${MCP_FILES}	\
53
			&& rm -f ${PKG_PREFIX}/etc/MailScanner/mcp/${MCP_FILES}
54
	done
55
}
56
57
prune_etc()
58
{
59
	for ETC in ${ETC_FILES}
60
	do
61
		cmp -s ${PKG_PREFIX}/etc/MailScanner/${ETC}.sample \
62
			${PKG_PREFIX}/etc/MailScanner/${ETC}	\
63
			&& rm -f ${PKG_PREFIX}/etc/MailScanner/${ETC}
64
	done
65
}
66
67
case $2 in
68
DEINSTALL)
69
	[ -L ${PKG_PREFIX}/etc/mail/spamassassin/mailscanner.cf ] \
70
		&& rm -f ${PKG_PREFIX}/etc/mail/spamassassin/mailscanner.cf
71
	prune_lang_conf
72
	prune_wrappers
73
	prune_autoupdate
74
	prune_rules
75
	prune_mcp
76
	prune_etc
77
	exit 0
78
	;;
79
esac
(-)files/pkg-message.in (-3 lines)
Lines 23-31 Link Here
23
23
24
	Either create those directories or change the configuration.
24
	Either create those directories or change the configuration.
25
25
26
	Sophos users: Please take a look at the Sophos install
27
	script %%PREFIX%%/share/doc/MailScanner/Sophos.install.freebsd
28
29
	*****************************************************************
26
	*****************************************************************
30
	A new optional rc variable called mailscanner_user has been added
27
	A new optional rc variable called mailscanner_user has been added
31
	to the startup script. This is a temporary workaround to address
28
	to the startup script. This is a temporary workaround to address
(-)pkg-plist (-559 / +497 lines)
Lines 1-565 Link Here
1
%%ETCDIR%%/MailScanner.conf.sample
1
%%ETCDIR%%/MailScanner.conf
2
%%ETCDIR%%/archives.filename.rules.conf.sample
2
%%ETCDIR%%/archives.filename.rules.conf
3
%%ETCDIR%%/archives.filetype.rules.conf.sample
3
%%ETCDIR%%/archives.filetype.rules.conf
4
%%ETCDIR%%/conf.d/README
4
%%ETCDIR%%/conf.d/README
5
%%ETCDIR%%/country.domains.conf.sample
5
%%ETCDIR%%/country.domains.conf
6
%%ETCDIR%%/filename.rules.conf.sample
6
%%ETCDIR%%/defaults
7
%%ETCDIR%%/filetype.rules.conf.sample
7
%%ETCDIR%%/filename.rules.conf
8
%%ETCDIR%%/mcp/10_example.cf.sample
8
%%ETCDIR%%/filetype.rules.conf
9
%%ETCDIR%%/mcp/mcp.spam.assassin.prefs.conf.sample
9
%%ETCDIR%%/mcp/10_example.cf
10
%%ETCDIR%%/mcp/v320.pre.sample
10
%%ETCDIR%%/mcp/mcp.spamassassin.conf
11
%%ETCDIR%%/phishing.bad.sites.conf.sample
11
%%ETCDIR%%/phishing.bad.sites.conf
12
%%ETCDIR%%/phishing.safe.sites.conf.sample
12
%%ETCDIR%%/phishing.safe.sites.conf
13
%%ETCDIR%%/rules/EXAMPLES
13
%%ETCDIR%%/rules/EXAMPLES
14
%%ETCDIR%%/rules/README
14
%%ETCDIR%%/rules/README
15
%%ETCDIR%%/rules/bounce.rules.sample
15
%%ETCDIR%%/rules/bounce.rules
16
%%ETCDIR%%/rules/max.message.size.rules.sample
16
%%ETCDIR%%/rules/max.message.size.rules
17
%%ETCDIR%%/rules/spam.whitelist.rules.sample
17
%%ETCDIR%%/rules/spam.whitelist.rules
18
%%ETCDIR%%/spam.assassin.prefs.conf.sample
18
%%ETCDIR%%/spam.lists.conf
19
%%ETCDIR%%/spam.lists.conf.sample
19
%%ETCDIR%%/spamassassin.conf
20
%%ETCDIR%%/virus.scanners.conf.sample
20
%%ETCDIR%%/virus.scanners.conf
21
lib/MailScanner/MailScanner.pm
22
lib/MailScanner/MailScanner/Antiword.pm
23
lib/MailScanner/MailScanner/BinHex.pm
24
lib/MailScanner/MailScanner/Config.pm
25
lib/MailScanner/MailScanner/ConfigDefs.pl
26
lib/MailScanner/MailScanner/ConfigSQL.pm
27
lib/MailScanner/MailScanner/CustomConfig.pm
28
lib/MailScanner/MailScanner/CustomFunctions/CustomAction.pm
29
lib/MailScanner/MailScanner/CustomFunctions/DavidHooton.pm
30
lib/MailScanner/MailScanner/CustomFunctions/GenericSpamScanner.pm
31
lib/MailScanner/MailScanner/CustomFunctions/LastSpam.pm
32
lib/MailScanner/MailScanner/CustomFunctions/MyExample.pm
33
lib/MailScanner/MailScanner/CustomFunctions/Ruleset-from-Function.pm
34
lib/MailScanner/MailScanner/CustomFunctions/SpamWhitelist.pm
35
lib/MailScanner/MailScanner/CustomFunctions/ZMRouterDirHash.pm
36
lib/MailScanner/MailScanner/Exim.pm
37
lib/MailScanner/MailScanner/EximDiskStore.pm
38
lib/MailScanner/MailScanner/FileInto.pm
39
lib/MailScanner/MailScanner/GenericSpam.pm
40
lib/MailScanner/MailScanner/LinksDump.pm
41
lib/MailScanner/MailScanner/Lock.pm
42
lib/MailScanner/MailScanner/Log.pm
43
lib/MailScanner/MailScanner/MCP.pm
44
lib/MailScanner/MailScanner/MCPMessage.pm
45
lib/MailScanner/MailScanner/Mail.pm
46
lib/MailScanner/MailScanner/Message.pm
47
lib/MailScanner/MailScanner/MessageBatch.pm
48
lib/MailScanner/MailScanner/PFDiskStore.pm
49
lib/MailScanner/MailScanner/Postfix.pm
50
lib/MailScanner/MailScanner/QMDiskStore.pm
51
lib/MailScanner/MailScanner/Qmail.pm
52
lib/MailScanner/MailScanner/Quarantine.pm
53
lib/MailScanner/MailScanner/Queue.pm
54
lib/MailScanner/MailScanner/RBLs.pm
55
lib/MailScanner/MailScanner/SA.pm
56
lib/MailScanner/MailScanner/SMDiskStore.pm
57
lib/MailScanner/MailScanner/Sendmail.pm
58
lib/MailScanner/MailScanner/SweepContent.pm
59
lib/MailScanner/MailScanner/SweepOther.pm
60
lib/MailScanner/MailScanner/SweepViruses.pm
61
lib/MailScanner/MailScanner/SystemDefs.pm
62
lib/MailScanner/MailScanner/TNEF.pm
63
lib/MailScanner/MailScanner/Unzip.pm
64
lib/MailScanner/MailScanner/WorkArea.pm
65
lib/MailScanner/MailScanner/ZMDiskStore.pm
66
lib/MailScanner/MailScanner/ZMailer.pm
67
libexec/MailScanner/Quick.Peek
68
libexec/MailScanner/analyse_SpamAssassin_cache
69
libexec/MailScanner/antivir-autoupdate.sample
70
libexec/MailScanner/antivir-wrapper.sample
71
libexec/MailScanner/avast-autoupdate.sample
72
libexec/MailScanner/avast-wrapper.sample
73
libexec/MailScanner/avastd-wrapper.sample
74
libexec/MailScanner/avg-autoupdate.sample
75
libexec/MailScanner/avg-wrapper.sample
76
libexec/MailScanner/bitdefender-autoupdate.sample
77
libexec/MailScanner/bitdefender-wrapper.sample
78
libexec/MailScanner/clamav-autoupdate.sample
79
libexec/MailScanner/clamav-wrapper.sample
80
libexec/MailScanner/clean.SA.cache
81
libexec/MailScanner/clean.quarantine
82
libexec/MailScanner/command-wrapper.sample
83
libexec/MailScanner/css-autoupdate.sample
84
libexec/MailScanner/css-wrapper.sample
85
libexec/MailScanner/drweb-wrapper.sample
86
libexec/MailScanner/esets-autoupdate.sample
87
libexec/MailScanner/esets-wrapper.sample
88
libexec/MailScanner/etrust-autoupdate.sample
89
libexec/MailScanner/etrust-wrapper.sample
90
libexec/MailScanner/f-prot-6-autoupdate.sample
91
libexec/MailScanner/f-prot-6-wrapper.sample
92
libexec/MailScanner/f-prot-autoupdate.sample
93
libexec/MailScanner/f-prot-wrapper.sample
94
libexec/MailScanner/f-secure-autoupdate.sample
95
libexec/MailScanner/f-secure-wrapper.sample
96
libexec/MailScanner/generic-autoupdate.sample
97
libexec/MailScanner/generic-wrapper.sample
98
libexec/MailScanner/inoculan-autoupdate.sample
99
libexec/MailScanner/inoculan-wrapper.sample
100
libexec/MailScanner/inoculate-wrapper.sample
101
libexec/MailScanner/kaspersky-autoupdate.sample
102
libexec/MailScanner/kaspersky-wrapper.sample
103
libexec/MailScanner/kavdaemonclient-wrapper.sample
104
libexec/MailScanner/mailscanner_create_locks
105
libexec/MailScanner/mcafee-autoupdate.sample
106
libexec/MailScanner/mcafee-wrapper.sample
107
libexec/MailScanner/mcafee6-autoupdate.sample
108
libexec/MailScanner/mcafee6-wrapper.sample
109
libexec/MailScanner/nod32-autoupdate.sample
110
libexec/MailScanner/nod32-wrapper.sample
111
libexec/MailScanner/norman-autoupdate.sample
112
libexec/MailScanner/norman-wrapper.sample
113
libexec/MailScanner/panda-autoupdate.sample
114
libexec/MailScanner/panda-wrapper.sample
115
libexec/MailScanner/processing_messages_alert
116
libexec/MailScanner/rav-autoupdate.sample
117
libexec/MailScanner/rav-wrapper.sample
118
libexec/MailScanner/sophos-autoupdate.sample
119
libexec/MailScanner/sophos-wrapper.sample
120
libexec/MailScanner/symscanengine-autoupdate.sample
121
libexec/MailScanner/symscanengine-wrapper.sample
122
libexec/MailScanner/trend-autoupdate.sample
123
libexec/MailScanner/trend-wrapper.sample
124
libexec/MailScanner/update_bad_phishing_emails
125
libexec/MailScanner/update_bad_phishing_sites
126
libexec/MailScanner/update_bad_phishing_sites.cron
127
libexec/MailScanner/update_phishing_sites
128
libexec/MailScanner/update_phishing_sites.cron
129
libexec/MailScanner/update_spamassassin
130
libexec/MailScanner/update_spamassassin.cron
131
libexec/MailScanner/update_virus_scanners
132
libexec/MailScanner/update_virus_scanners.cron
133
libexec/MailScanner/vba32-autoupdate.sample
134
libexec/MailScanner/vba32-wrapper.sample
135
libexec/MailScanner/vexira-autoupdate.sample
136
libexec/MailScanner/vexira-wrapper.sample
137
man/man8/MailScanner.8.gz
21
man/man8/MailScanner.8.gz
138
man/man8/mailscanner.8.gz
22
man/man8/mailscanner.8.gz
139
sbin/MailScanner
23
sbin/MailScanner
140
sbin/mailscanner
24
sbin/ms-check
141
%%DATADIR%%/reports/ca/deleted.content.message.txt.sample
25
sbin/ms-clean-quarantine
142
%%DATADIR%%/reports/ca/deleted.filename.message.txt.sample
26
sbin/ms-create-locks
143
%%DATADIR%%/reports/ca/deleted.size.message.txt.sample
27
sbin/ms-cron
144
%%DATADIR%%/reports/ca/deleted.virus.message.txt.sample
28
sbin/ms-d2mbox
145
%%DATADIR%%/reports/ca/disinfected.report.txt.sample
29
sbin/ms-df2mbox
146
%%DATADIR%%/reports/ca/inline.sig.html.sample
30
sbin/ms-msg-alert
147
%%DATADIR%%/reports/ca/inline.sig.txt.sample
31
sbin/ms-peek
148
%%DATADIR%%/reports/ca/inline.spam.warning.txt.sample
32
sbin/ms-perl-check
149
%%DATADIR%%/reports/ca/inline.warning.html.sample
33
sbin/ms-sa-cache
150
%%DATADIR%%/reports/ca/inline.warning.txt.sample
34
sbin/ms-update-bad-emails
151
%%DATADIR%%/reports/ca/languages.conf.sample
35
sbin/ms-update-bad-sites
152
%%DATADIR%%/reports/ca/languages.conf.strings.sample
36
sbin/ms-update-sa
153
%%DATADIR%%/reports/ca/recipient.mcp.report.txt.sample
37
sbin/ms-update-safe-sites
154
%%DATADIR%%/reports/ca/recipient.spam.report.txt.sample
38
sbin/ms-update-vs
155
%%DATADIR%%/reports/ca/rejection.report.txt.sample
39
sbin/ms-upgrade-conf
156
%%DATADIR%%/reports/ca/sender.content.report.txt.sample
40
%%DATADIR%%/perl/MailScanner.pm
157
%%DATADIR%%/reports/ca/sender.error.report.txt.sample
41
%%DATADIR%%/perl/MailScanner/Antiword.pm
158
%%DATADIR%%/reports/ca/sender.filename.report.txt.sample
42
%%DATADIR%%/perl/MailScanner/Config.pm
159
%%DATADIR%%/reports/ca/sender.mcp.report.txt.sample
43
%%DATADIR%%/perl/MailScanner/ConfigDefs.pl
160
%%DATADIR%%/reports/ca/sender.size.report.txt.sample
44
%%DATADIR%%/perl/MailScanner/ConfigSQL.pm
161
%%DATADIR%%/reports/ca/sender.spam.rbl.report.txt.sample
45
%%DATADIR%%/perl/MailScanner/CustomConfig.pm
162
%%DATADIR%%/reports/ca/sender.spam.report.txt.sample
46
%%DATADIR%%/perl/MailScanner/Exim.pm
163
%%DATADIR%%/reports/ca/sender.spam.sa.report.txt.sample
47
%%DATADIR%%/perl/MailScanner/EximDiskStore.pm
164
%%DATADIR%%/reports/ca/sender.virus.report.txt.sample
48
%%DATADIR%%/perl/MailScanner/FileInto.pm
165
%%DATADIR%%/reports/ca/stored.content.message.txt.sample
49
%%DATADIR%%/perl/MailScanner/GenericSpam.pm
166
%%DATADIR%%/reports/ca/stored.filename.message.txt.sample
50
%%DATADIR%%/perl/MailScanner/LinksDump.pm
167
%%DATADIR%%/reports/ca/stored.size.message.txt.sample
51
%%DATADIR%%/perl/MailScanner/Lock.pm
168
%%DATADIR%%/reports/ca/stored.virus.message.txt.sample
52
%%DATADIR%%/perl/MailScanner/Log.pm
169
%%DATADIR%%/reports/cy+en/deleted.content.message.txt.sample
53
%%DATADIR%%/perl/MailScanner/MCP.pm
170
%%DATADIR%%/reports/cy+en/deleted.filename.message.txt.sample
54
%%DATADIR%%/perl/MailScanner/MCPMessage.pm
171
%%DATADIR%%/reports/cy+en/deleted.size.message.txt.sample
55
%%DATADIR%%/perl/MailScanner/Mail.pm
172
%%DATADIR%%/reports/cy+en/deleted.virus.message.txt.sample
56
%%DATADIR%%/perl/MailScanner/Message.pm
173
%%DATADIR%%/reports/cy+en/disinfected.report.txt.sample
57
%%DATADIR%%/perl/MailScanner/MessageBatch.pm
174
%%DATADIR%%/reports/cy+en/inline.sig.html.sample
58
%%DATADIR%%/perl/MailScanner/PFDiskStore.pm
175
%%DATADIR%%/reports/cy+en/inline.sig.txt.sample
59
%%DATADIR%%/perl/MailScanner/Postfix.pm
176
%%DATADIR%%/reports/cy+en/inline.spam.warning.txt.sample
60
%%DATADIR%%/perl/MailScanner/QMDiskStore.pm
177
%%DATADIR%%/reports/cy+en/inline.warning.html.sample
61
%%DATADIR%%/perl/MailScanner/Qmail.pm
178
%%DATADIR%%/reports/cy+en/inline.warning.txt.sample
62
%%DATADIR%%/perl/MailScanner/Quarantine.pm
179
%%DATADIR%%/reports/cy+en/languages.conf.sample
63
%%DATADIR%%/perl/MailScanner/Queue.pm
180
%%DATADIR%%/reports/cy+en/languages.conf.strings.sample
64
%%DATADIR%%/perl/MailScanner/RBLs.pm
181
%%DATADIR%%/reports/cy+en/recipient.mcp.report.txt.sample
65
%%DATADIR%%/perl/MailScanner/SA.pm
182
%%DATADIR%%/reports/cy+en/recipient.spam.report.txt.sample
66
%%DATADIR%%/perl/MailScanner/SMDiskStore.pm
183
%%DATADIR%%/reports/cy+en/rejection.report.txt.sample
67
%%DATADIR%%/perl/MailScanner/Sendmail.pm
184
%%DATADIR%%/reports/cy+en/sender.content.report.txt.sample
68
%%DATADIR%%/perl/MailScanner/SweepContent.pm
185
%%DATADIR%%/reports/cy+en/sender.error.report.txt.sample
69
%%DATADIR%%/perl/MailScanner/SweepOther.pm
186
%%DATADIR%%/reports/cy+en/sender.filename.report.txt.sample
70
%%DATADIR%%/perl/MailScanner/SweepViruses.pm
187
%%DATADIR%%/reports/cy+en/sender.mcp.report.txt.sample
71
%%DATADIR%%/perl/MailScanner/SystemDefs.pm
188
%%DATADIR%%/reports/cy+en/sender.size.report.txt.sample
72
%%DATADIR%%/perl/MailScanner/TNEF.pm
189
%%DATADIR%%/reports/cy+en/sender.spam.rbl.report.txt.sample
73
%%DATADIR%%/perl/MailScanner/Unzip.pm
190
%%DATADIR%%/reports/cy+en/sender.spam.report.txt.sample
74
%%DATADIR%%/perl/MailScanner/WorkArea.pm
191
%%DATADIR%%/reports/cy+en/sender.spam.sa.report.txt.sample
75
%%DATADIR%%/perl/MailScanner/ZMDiskStore.pm
192
%%DATADIR%%/reports/cy+en/sender.virus.report.txt.sample
76
%%DATADIR%%/perl/MailScanner/ZMailer.pm
193
%%DATADIR%%/reports/cy+en/stored.content.message.txt.sample
77
%%DATADIR%%/perl/custom/CustomAction.pm
194
%%DATADIR%%/reports/cy+en/stored.filename.message.txt.sample
78
%%DATADIR%%/perl/custom/GenericSpamScanner.pm
195
%%DATADIR%%/reports/cy+en/stored.size.message.txt.sample
79
%%DATADIR%%/perl/custom/LastSpam.pm
196
%%DATADIR%%/reports/cy+en/stored.virus.message.txt.sample
80
%%DATADIR%%/perl/custom/MyExample.pm
197
%%DATADIR%%/reports/cz/deleted.content.message.txt.sample
81
%%DATADIR%%/perl/custom/Ruleset-from-Function.pm
198
%%DATADIR%%/reports/cz/deleted.filename.message.txt.sample
82
%%DATADIR%%/perl/custom/SpamWhitelist.pm
199
%%DATADIR%%/reports/cz/deleted.size.message.txt.sample
83
%%DATADIR%%/perl/custom/ZMRouterDirHash.pm
200
%%DATADIR%%/reports/cz/deleted.virus.message.txt.sample
84
%%DATADIR%%/reports/ca/deleted.content.message.txt
201
%%DATADIR%%/reports/cz/disinfected.report.txt.sample
85
%%DATADIR%%/reports/ca/deleted.filename.message.txt
202
%%DATADIR%%/reports/cz/inline.sig.html.sample
86
%%DATADIR%%/reports/ca/deleted.size.message.txt
203
%%DATADIR%%/reports/cz/inline.sig.txt.sample
87
%%DATADIR%%/reports/ca/deleted.virus.message.txt
204
%%DATADIR%%/reports/cz/inline.spam.warning.txt.sample
88
%%DATADIR%%/reports/ca/disinfected.report.txt
205
%%DATADIR%%/reports/cz/inline.warning.html.sample
89
%%DATADIR%%/reports/ca/inline.sig.html
206
%%DATADIR%%/reports/cz/inline.warning.txt.sample
90
%%DATADIR%%/reports/ca/inline.sig.txt
207
%%DATADIR%%/reports/cz/languages.conf.sample
91
%%DATADIR%%/reports/ca/inline.spam.warning.txt
208
%%DATADIR%%/reports/cz/languages.conf.strings.sample
92
%%DATADIR%%/reports/ca/inline.warning.html
209
%%DATADIR%%/reports/cz/recipient.mcp.report.txt.sample
93
%%DATADIR%%/reports/ca/inline.warning.txt
210
%%DATADIR%%/reports/cz/recipient.spam.report.txt.sample
94
%%DATADIR%%/reports/ca/languages.conf
211
%%DATADIR%%/reports/cz/rejection.report.txt.sample
95
%%DATADIR%%/reports/ca/languages.conf.strings
212
%%DATADIR%%/reports/cz/sender.content.report.txt.sample
96
%%DATADIR%%/reports/ca/recipient.mcp.report.txt
213
%%DATADIR%%/reports/cz/sender.error.report.txt.sample
97
%%DATADIR%%/reports/ca/recipient.spam.report.txt
214
%%DATADIR%%/reports/cz/sender.filename.report.txt.sample
98
%%DATADIR%%/reports/ca/rejection.report.txt
215
%%DATADIR%%/reports/cz/sender.mcp.report.txt.sample
99
%%DATADIR%%/reports/ca/sender.content.report.txt
216
%%DATADIR%%/reports/cz/sender.size.report.txt.sample
100
%%DATADIR%%/reports/ca/sender.error.report.txt
217
%%DATADIR%%/reports/cz/sender.spam.rbl.report.txt.sample
101
%%DATADIR%%/reports/ca/sender.filename.report.txt
218
%%DATADIR%%/reports/cz/sender.spam.report.txt.sample
102
%%DATADIR%%/reports/ca/sender.mcp.report.txt
219
%%DATADIR%%/reports/cz/sender.spam.sa.report.txt.sample
103
%%DATADIR%%/reports/ca/sender.size.report.txt
220
%%DATADIR%%/reports/cz/sender.virus.report.txt.sample
104
%%DATADIR%%/reports/ca/sender.spam.rbl.report.txt
221
%%DATADIR%%/reports/cz/stored.content.message.txt.sample
105
%%DATADIR%%/reports/ca/sender.spam.report.txt
222
%%DATADIR%%/reports/cz/stored.filename.message.txt.sample
106
%%DATADIR%%/reports/ca/sender.spam.sa.report.txt
223
%%DATADIR%%/reports/cz/stored.size.message.txt.sample
107
%%DATADIR%%/reports/ca/sender.virus.report.txt
224
%%DATADIR%%/reports/cz/stored.virus.message.txt.sample
108
%%DATADIR%%/reports/ca/stored.content.message.txt
225
%%DATADIR%%/reports/de/deleted.content.message.txt.sample
109
%%DATADIR%%/reports/ca/stored.filename.message.txt
226
%%DATADIR%%/reports/de/deleted.filename.message.txt.sample
110
%%DATADIR%%/reports/ca/stored.size.message.txt
227
%%DATADIR%%/reports/de/deleted.size.message.txt.sample
111
%%DATADIR%%/reports/ca/stored.virus.message.txt
228
%%DATADIR%%/reports/de/deleted.virus.message.txt.sample
112
%%DATADIR%%/reports/cy+en/deleted.content.message.txt
229
%%DATADIR%%/reports/de/disinfected.report.txt.sample
113
%%DATADIR%%/reports/cy+en/deleted.filename.message.txt
230
%%DATADIR%%/reports/de/inline.sig.html.sample
114
%%DATADIR%%/reports/cy+en/deleted.size.message.txt
231
%%DATADIR%%/reports/de/inline.sig.txt.sample
115
%%DATADIR%%/reports/cy+en/deleted.virus.message.txt
232
%%DATADIR%%/reports/de/inline.spam.warning.txt.sample
116
%%DATADIR%%/reports/cy+en/disinfected.report.txt
233
%%DATADIR%%/reports/de/inline.warning.html.sample
117
%%DATADIR%%/reports/cy+en/inline.sig.html
234
%%DATADIR%%/reports/de/inline.warning.txt.sample
118
%%DATADIR%%/reports/cy+en/inline.sig.txt
235
%%DATADIR%%/reports/de/languages.conf.sample
119
%%DATADIR%%/reports/cy+en/inline.spam.warning.txt
236
%%DATADIR%%/reports/de/languages.conf.strings.sample
120
%%DATADIR%%/reports/cy+en/inline.warning.html
237
%%DATADIR%%/reports/de/recipient.mcp.report.txt.sample
121
%%DATADIR%%/reports/cy+en/inline.warning.txt
238
%%DATADIR%%/reports/de/recipient.spam.report.txt.sample
122
%%DATADIR%%/reports/cy+en/languages.conf
239
%%DATADIR%%/reports/de/rejection.report.txt.sample
123
%%DATADIR%%/reports/cy+en/languages.conf.strings
240
%%DATADIR%%/reports/de/sender.content.report.txt.sample
124
%%DATADIR%%/reports/cy+en/recipient.mcp.report.txt
241
%%DATADIR%%/reports/de/sender.error.report.txt.sample
125
%%DATADIR%%/reports/cy+en/recipient.spam.report.txt
242
%%DATADIR%%/reports/de/sender.filename.report.txt.sample
126
%%DATADIR%%/reports/cy+en/rejection.report.txt
243
%%DATADIR%%/reports/de/sender.mcp.report.txt.sample
127
%%DATADIR%%/reports/cy+en/sender.content.report.txt
244
%%DATADIR%%/reports/de/sender.size.report.txt.sample
128
%%DATADIR%%/reports/cy+en/sender.error.report.txt
245
%%DATADIR%%/reports/de/sender.spam.rbl.report.txt.sample
129
%%DATADIR%%/reports/cy+en/sender.filename.report.txt
246
%%DATADIR%%/reports/de/sender.spam.report.txt.sample
130
%%DATADIR%%/reports/cy+en/sender.mcp.report.txt
247
%%DATADIR%%/reports/de/sender.spam.sa.report.txt.sample
131
%%DATADIR%%/reports/cy+en/sender.size.report.txt
248
%%DATADIR%%/reports/de/sender.virus.report.txt.sample
132
%%DATADIR%%/reports/cy+en/sender.spam.rbl.report.txt
249
%%DATADIR%%/reports/de/stored.content.message.txt.sample
133
%%DATADIR%%/reports/cy+en/sender.spam.report.txt
250
%%DATADIR%%/reports/de/stored.filename.message.txt.sample
134
%%DATADIR%%/reports/cy+en/sender.spam.sa.report.txt
251
%%DATADIR%%/reports/de/stored.size.message.txt.sample
135
%%DATADIR%%/reports/cy+en/sender.virus.report.txt
252
%%DATADIR%%/reports/de/stored.virus.message.txt.sample
136
%%DATADIR%%/reports/cy+en/stored.content.message.txt
253
%%DATADIR%%/reports/dk/deleted.content.message.txt.sample
137
%%DATADIR%%/reports/cy+en/stored.filename.message.txt
254
%%DATADIR%%/reports/dk/deleted.filename.message.txt.sample
138
%%DATADIR%%/reports/cy+en/stored.size.message.txt
255
%%DATADIR%%/reports/dk/deleted.size.message.txt.sample
139
%%DATADIR%%/reports/cy+en/stored.virus.message.txt
256
%%DATADIR%%/reports/dk/deleted.virus.message.txt.sample
140
%%DATADIR%%/reports/cz/deleted.content.message.txt
257
%%DATADIR%%/reports/dk/disinfected.report.txt.sample
141
%%DATADIR%%/reports/cz/deleted.filename.message.txt
258
%%DATADIR%%/reports/dk/inline.sig.html.sample
142
%%DATADIR%%/reports/cz/deleted.size.message.txt
259
%%DATADIR%%/reports/dk/inline.sig.txt.sample
143
%%DATADIR%%/reports/cz/deleted.virus.message.txt
260
%%DATADIR%%/reports/dk/inline.spam.warning.txt.sample
144
%%DATADIR%%/reports/cz/disinfected.report.txt
261
%%DATADIR%%/reports/dk/inline.warning.html.sample
145
%%DATADIR%%/reports/cz/inline.sig.html
262
%%DATADIR%%/reports/dk/inline.warning.txt.sample
146
%%DATADIR%%/reports/cz/inline.sig.txt
263
%%DATADIR%%/reports/dk/languages.conf.sample
147
%%DATADIR%%/reports/cz/inline.spam.warning.txt
264
%%DATADIR%%/reports/dk/languages.conf.strings.sample
148
%%DATADIR%%/reports/cz/inline.warning.html
265
%%DATADIR%%/reports/dk/recipient.mcp.report.txt.sample
149
%%DATADIR%%/reports/cz/inline.warning.txt
266
%%DATADIR%%/reports/dk/recipient.spam.report.txt.sample
150
%%DATADIR%%/reports/cz/languages.conf
267
%%DATADIR%%/reports/dk/rejection.report.txt.sample
151
%%DATADIR%%/reports/cz/languages.conf.strings
268
%%DATADIR%%/reports/dk/sender.content.report.txt.sample
152
%%DATADIR%%/reports/cz/recipient.mcp.report.txt
269
%%DATADIR%%/reports/dk/sender.error.report.txt.sample
153
%%DATADIR%%/reports/cz/recipient.spam.report.txt
270
%%DATADIR%%/reports/dk/sender.filename.report.txt.sample
154
%%DATADIR%%/reports/cz/rejection.report.txt
271
%%DATADIR%%/reports/dk/sender.mcp.report.txt.sample
155
%%DATADIR%%/reports/cz/sender.content.report.txt
272
%%DATADIR%%/reports/dk/sender.size.report.txt.sample
156
%%DATADIR%%/reports/cz/sender.error.report.txt
273
%%DATADIR%%/reports/dk/sender.spam.rbl.report.txt.sample
157
%%DATADIR%%/reports/cz/sender.filename.report.txt
274
%%DATADIR%%/reports/dk/sender.spam.report.txt.sample
158
%%DATADIR%%/reports/cz/sender.mcp.report.txt
275
%%DATADIR%%/reports/dk/sender.spam.sa.report.txt.sample
159
%%DATADIR%%/reports/cz/sender.size.report.txt
276
%%DATADIR%%/reports/dk/sender.virus.report.txt.sample
160
%%DATADIR%%/reports/cz/sender.spam.rbl.report.txt
277
%%DATADIR%%/reports/dk/stored.content.message.txt.sample
161
%%DATADIR%%/reports/cz/sender.spam.report.txt
278
%%DATADIR%%/reports/dk/stored.filename.message.txt.sample
162
%%DATADIR%%/reports/cz/sender.spam.sa.report.txt
279
%%DATADIR%%/reports/dk/stored.size.message.txt.sample
163
%%DATADIR%%/reports/cz/sender.virus.report.txt
280
%%DATADIR%%/reports/dk/stored.virus.message.txt.sample
164
%%DATADIR%%/reports/cz/stored.content.message.txt
281
%%DATADIR%%/reports/en/deleted.content.message.txt.sample
165
%%DATADIR%%/reports/cz/stored.filename.message.txt
282
%%DATADIR%%/reports/en/deleted.filename.message.txt.sample
166
%%DATADIR%%/reports/cz/stored.size.message.txt
283
%%DATADIR%%/reports/en/deleted.size.message.txt.sample
167
%%DATADIR%%/reports/cz/stored.virus.message.txt
284
%%DATADIR%%/reports/en/deleted.virus.message.txt.sample
168
%%DATADIR%%/reports/de/deleted.content.message.txt
285
%%DATADIR%%/reports/en/disinfected.report.txt.sample
169
%%DATADIR%%/reports/de/deleted.filename.message.txt
286
%%DATADIR%%/reports/en/inline.sig.html.sample
170
%%DATADIR%%/reports/de/deleted.size.message.txt
287
%%DATADIR%%/reports/en/inline.sig.txt.sample
171
%%DATADIR%%/reports/de/deleted.virus.message.txt
288
%%DATADIR%%/reports/en/inline.spam.warning.txt.sample
172
%%DATADIR%%/reports/de/disinfected.report.txt
289
%%DATADIR%%/reports/en/inline.warning.html.sample
173
%%DATADIR%%/reports/de/inline.sig.html
290
%%DATADIR%%/reports/en/inline.warning.txt.sample
174
%%DATADIR%%/reports/de/inline.sig.txt
291
%%DATADIR%%/reports/en/languages.conf.sample
175
%%DATADIR%%/reports/de/inline.spam.warning.txt
292
%%DATADIR%%/reports/en/languages.conf.strings.sample
176
%%DATADIR%%/reports/de/inline.warning.html
293
%%DATADIR%%/reports/en/recipient.mcp.report.txt.sample
177
%%DATADIR%%/reports/de/inline.warning.txt
294
%%DATADIR%%/reports/en/recipient.spam.report.txt.sample
178
%%DATADIR%%/reports/de/languages.conf
295
%%DATADIR%%/reports/en/rejection.report.txt.sample
179
%%DATADIR%%/reports/de/languages.conf.strings
296
%%DATADIR%%/reports/en/sender.content.report.txt.sample
180
%%DATADIR%%/reports/de/recipient.mcp.report.txt
297
%%DATADIR%%/reports/en/sender.error.report.txt.sample
181
%%DATADIR%%/reports/de/recipient.spam.report.txt
298
%%DATADIR%%/reports/en/sender.filename.report.txt.sample
182
%%DATADIR%%/reports/de/rejection.report.txt
299
%%DATADIR%%/reports/en/sender.mcp.report.txt.sample
183
%%DATADIR%%/reports/de/sender.content.report.txt
300
%%DATADIR%%/reports/en/sender.size.report.txt.sample
184
%%DATADIR%%/reports/de/sender.error.report.txt
301
%%DATADIR%%/reports/en/sender.spam.rbl.report.txt.sample
185
%%DATADIR%%/reports/de/sender.filename.report.txt
302
%%DATADIR%%/reports/en/sender.spam.report.txt.sample
186
%%DATADIR%%/reports/de/sender.mcp.report.txt
303
%%DATADIR%%/reports/en/sender.spam.sa.report.txt.sample
187
%%DATADIR%%/reports/de/sender.size.report.txt
304
%%DATADIR%%/reports/en/sender.virus.report.txt.sample
188
%%DATADIR%%/reports/de/sender.spam.rbl.report.txt
305
%%DATADIR%%/reports/en/stored.content.message.txt.sample
189
%%DATADIR%%/reports/de/sender.spam.report.txt
306
%%DATADIR%%/reports/en/stored.filename.message.txt.sample
190
%%DATADIR%%/reports/de/sender.spam.sa.report.txt
307
%%DATADIR%%/reports/en/stored.size.message.txt.sample
191
%%DATADIR%%/reports/de/sender.virus.report.txt
308
%%DATADIR%%/reports/en/stored.virus.message.txt.sample
192
%%DATADIR%%/reports/de/stored.content.message.txt
309
%%DATADIR%%/reports/es/deleted.content.message.txt.sample
193
%%DATADIR%%/reports/de/stored.filename.message.txt
310
%%DATADIR%%/reports/es/deleted.filename.message.txt.sample
194
%%DATADIR%%/reports/de/stored.size.message.txt
311
%%DATADIR%%/reports/es/deleted.size.message.txt.sample
195
%%DATADIR%%/reports/de/stored.virus.message.txt
312
%%DATADIR%%/reports/es/deleted.virus.message.txt.sample
196
%%DATADIR%%/reports/dk/deleted.content.message.txt
313
%%DATADIR%%/reports/es/disinfected.report.txt.sample
197
%%DATADIR%%/reports/dk/deleted.filename.message.txt
314
%%DATADIR%%/reports/es/inline.sig.html.sample
198
%%DATADIR%%/reports/dk/deleted.size.message.txt
315
%%DATADIR%%/reports/es/inline.sig.txt.sample
199
%%DATADIR%%/reports/dk/deleted.virus.message.txt
316
%%DATADIR%%/reports/es/inline.spam.warning.txt.sample
200
%%DATADIR%%/reports/dk/disinfected.report.txt
317
%%DATADIR%%/reports/es/inline.warning.html.sample
201
%%DATADIR%%/reports/dk/inline.sig.html
318
%%DATADIR%%/reports/es/inline.warning.txt.sample
202
%%DATADIR%%/reports/dk/inline.sig.txt
319
%%DATADIR%%/reports/es/languages.conf.sample
203
%%DATADIR%%/reports/dk/inline.spam.warning.txt
320
%%DATADIR%%/reports/es/languages.conf.strings.sample
204
%%DATADIR%%/reports/dk/inline.warning.html
321
%%DATADIR%%/reports/es/recipient.mcp.report.txt.sample
205
%%DATADIR%%/reports/dk/inline.warning.txt
322
%%DATADIR%%/reports/es/recipient.spam.report.txt.sample
206
%%DATADIR%%/reports/dk/languages.conf
323
%%DATADIR%%/reports/es/rejection.report.txt.sample
207
%%DATADIR%%/reports/dk/languages.conf.strings
324
%%DATADIR%%/reports/es/sender.content.report.txt.sample
208
%%DATADIR%%/reports/dk/recipient.mcp.report.txt
325
%%DATADIR%%/reports/es/sender.error.report.txt.sample
209
%%DATADIR%%/reports/dk/recipient.spam.report.txt
326
%%DATADIR%%/reports/es/sender.filename.report.txt.sample
210
%%DATADIR%%/reports/dk/rejection.report.txt
327
%%DATADIR%%/reports/es/sender.mcp.report.txt.sample
211
%%DATADIR%%/reports/dk/sender.content.report.txt
328
%%DATADIR%%/reports/es/sender.size.report.txt.sample
212
%%DATADIR%%/reports/dk/sender.error.report.txt
329
%%DATADIR%%/reports/es/sender.spam.rbl.report.txt.sample
213
%%DATADIR%%/reports/dk/sender.filename.report.txt
330
%%DATADIR%%/reports/es/sender.spam.report.txt.sample
214
%%DATADIR%%/reports/dk/sender.mcp.report.txt
331
%%DATADIR%%/reports/es/sender.spam.sa.report.txt.sample
215
%%DATADIR%%/reports/dk/sender.size.report.txt
332
%%DATADIR%%/reports/es/sender.virus.report.txt.sample
216
%%DATADIR%%/reports/dk/sender.spam.rbl.report.txt
333
%%DATADIR%%/reports/es/stored.content.message.txt.sample
217
%%DATADIR%%/reports/dk/sender.spam.report.txt
334
%%DATADIR%%/reports/es/stored.filename.message.txt.sample
218
%%DATADIR%%/reports/dk/sender.spam.sa.report.txt
335
%%DATADIR%%/reports/es/stored.size.message.txt.sample
219
%%DATADIR%%/reports/dk/sender.virus.report.txt
336
%%DATADIR%%/reports/es/stored.virus.message.txt.sample
220
%%DATADIR%%/reports/dk/stored.content.message.txt
337
%%DATADIR%%/reports/fr/deleted.content.message.txt.sample
221
%%DATADIR%%/reports/dk/stored.filename.message.txt
338
%%DATADIR%%/reports/fr/deleted.filename.message.txt.sample
222
%%DATADIR%%/reports/dk/stored.size.message.txt
339
%%DATADIR%%/reports/fr/deleted.size.message.txt.sample
223
%%DATADIR%%/reports/dk/stored.virus.message.txt
340
%%DATADIR%%/reports/fr/deleted.virus.message.txt.sample
224
%%DATADIR%%/reports/en/deleted.content.message.txt
341
%%DATADIR%%/reports/fr/disinfected.report.txt.sample
225
%%DATADIR%%/reports/en/deleted.filename.message.txt
342
%%DATADIR%%/reports/fr/inline.sig.html.sample
226
%%DATADIR%%/reports/en/deleted.size.message.txt
343
%%DATADIR%%/reports/fr/inline.sig.txt.sample
227
%%DATADIR%%/reports/en/deleted.virus.message.txt
344
%%DATADIR%%/reports/fr/inline.spam.warning.txt.sample
228
%%DATADIR%%/reports/en/disinfected.report.txt
345
%%DATADIR%%/reports/fr/inline.warning.html.sample
229
%%DATADIR%%/reports/en/inline.sig.html
346
%%DATADIR%%/reports/fr/inline.warning.txt.sample
230
%%DATADIR%%/reports/en/inline.sig.txt
347
%%DATADIR%%/reports/fr/languages.conf.sample
231
%%DATADIR%%/reports/en/inline.spam.warning.txt
348
%%DATADIR%%/reports/fr/languages.conf.strings.sample
232
%%DATADIR%%/reports/en/inline.warning.html
349
%%DATADIR%%/reports/fr/recipient.mcp.report.txt.sample
233
%%DATADIR%%/reports/en/inline.warning.txt
350
%%DATADIR%%/reports/fr/recipient.spam.report.txt.sample
234
%%DATADIR%%/reports/en/languages.conf
351
%%DATADIR%%/reports/fr/rejection.report.txt.sample
235
%%DATADIR%%/reports/en/languages.conf.strings
352
%%DATADIR%%/reports/fr/sender.content.report.txt.sample
236
%%DATADIR%%/reports/en/recipient.mcp.report.txt
353
%%DATADIR%%/reports/fr/sender.error.report.txt.sample
237
%%DATADIR%%/reports/en/recipient.spam.report.txt
354
%%DATADIR%%/reports/fr/sender.filename.report.txt.sample
238
%%DATADIR%%/reports/en/rejection.report.txt
355
%%DATADIR%%/reports/fr/sender.mcp.report.txt.sample
239
%%DATADIR%%/reports/en/sender.content.report.txt
356
%%DATADIR%%/reports/fr/sender.size.report.txt.sample
240
%%DATADIR%%/reports/en/sender.error.report.txt
357
%%DATADIR%%/reports/fr/sender.spam.rbl.report.txt.sample
241
%%DATADIR%%/reports/en/sender.filename.report.txt
358
%%DATADIR%%/reports/fr/sender.spam.report.txt.sample
242
%%DATADIR%%/reports/en/sender.mcp.report.txt
359
%%DATADIR%%/reports/fr/sender.spam.sa.report.txt.sample
243
%%DATADIR%%/reports/en/sender.size.report.txt
360
%%DATADIR%%/reports/fr/sender.virus.report.txt.sample
244
%%DATADIR%%/reports/en/sender.spam.rbl.report.txt
361
%%DATADIR%%/reports/fr/stored.content.message.txt.sample
245
%%DATADIR%%/reports/en/sender.spam.report.txt
362
%%DATADIR%%/reports/fr/stored.filename.message.txt.sample
246
%%DATADIR%%/reports/en/sender.spam.sa.report.txt
363
%%DATADIR%%/reports/fr/stored.size.message.txt.sample
247
%%DATADIR%%/reports/en/sender.virus.report.txt
364
%%DATADIR%%/reports/fr/stored.virus.message.txt.sample
248
%%DATADIR%%/reports/en/stored.content.message.txt
365
%%DATADIR%%/reports/hu/deleted.content.message.txt.sample
249
%%DATADIR%%/reports/en/stored.filename.message.txt
366
%%DATADIR%%/reports/hu/deleted.filename.message.txt.sample
250
%%DATADIR%%/reports/en/stored.size.message.txt
367
%%DATADIR%%/reports/hu/deleted.size.message.txt.sample
251
%%DATADIR%%/reports/en/stored.virus.message.txt
368
%%DATADIR%%/reports/hu/deleted.virus.message.txt.sample
252
%%DATADIR%%/reports/es/deleted.content.message.txt
369
%%DATADIR%%/reports/hu/disinfected.report.txt.sample
253
%%DATADIR%%/reports/es/deleted.filename.message.txt
370
%%DATADIR%%/reports/hu/inline.sig.html.sample
254
%%DATADIR%%/reports/es/deleted.size.message.txt
371
%%DATADIR%%/reports/hu/inline.sig.txt.sample
255
%%DATADIR%%/reports/es/deleted.virus.message.txt
372
%%DATADIR%%/reports/hu/inline.spam.warning.txt.sample
256
%%DATADIR%%/reports/es/disinfected.report.txt
373
%%DATADIR%%/reports/hu/inline.warning.html.sample
257
%%DATADIR%%/reports/es/inline.sig.html
374
%%DATADIR%%/reports/hu/inline.warning.txt.sample
258
%%DATADIR%%/reports/es/inline.sig.txt
375
%%DATADIR%%/reports/hu/languages.conf.sample
259
%%DATADIR%%/reports/es/inline.spam.warning.txt
376
%%DATADIR%%/reports/hu/languages.conf.strings.sample
260
%%DATADIR%%/reports/es/inline.warning.html
377
%%DATADIR%%/reports/hu/recipient.mcp.report.txt.sample
261
%%DATADIR%%/reports/es/inline.warning.txt
378
%%DATADIR%%/reports/hu/recipient.spam.report.txt.sample
262
%%DATADIR%%/reports/es/languages.conf
379
%%DATADIR%%/reports/hu/rejection.report.txt.sample
263
%%DATADIR%%/reports/es/languages.conf.strings
380
%%DATADIR%%/reports/hu/sender.content.report.txt.sample
264
%%DATADIR%%/reports/es/recipient.mcp.report.txt
381
%%DATADIR%%/reports/hu/sender.error.report.txt.sample
265
%%DATADIR%%/reports/es/recipient.spam.report.txt
382
%%DATADIR%%/reports/hu/sender.filename.report.txt.sample
266
%%DATADIR%%/reports/es/rejection.report.txt
383
%%DATADIR%%/reports/hu/sender.mcp.report.txt.sample
267
%%DATADIR%%/reports/es/sender.content.report.txt
384
%%DATADIR%%/reports/hu/sender.size.report.txt.sample
268
%%DATADIR%%/reports/es/sender.error.report.txt
385
%%DATADIR%%/reports/hu/sender.spam.rbl.report.txt.sample
269
%%DATADIR%%/reports/es/sender.filename.report.txt
386
%%DATADIR%%/reports/hu/sender.spam.report.txt.sample
270
%%DATADIR%%/reports/es/sender.mcp.report.txt
387
%%DATADIR%%/reports/hu/sender.spam.sa.report.txt.sample
271
%%DATADIR%%/reports/es/sender.size.report.txt
388
%%DATADIR%%/reports/hu/sender.virus.report.txt.sample
272
%%DATADIR%%/reports/es/sender.spam.rbl.report.txt
389
%%DATADIR%%/reports/hu/stored.content.message.txt.sample
273
%%DATADIR%%/reports/es/sender.spam.report.txt
390
%%DATADIR%%/reports/hu/stored.filename.message.txt.sample
274
%%DATADIR%%/reports/es/sender.spam.sa.report.txt
391
%%DATADIR%%/reports/hu/stored.size.message.txt.sample
275
%%DATADIR%%/reports/es/sender.virus.report.txt
392
%%DATADIR%%/reports/hu/stored.virus.message.txt.sample
276
%%DATADIR%%/reports/es/stored.content.message.txt
393
%%DATADIR%%/reports/it/deleted.content.message.txt.sample
277
%%DATADIR%%/reports/es/stored.filename.message.txt
394
%%DATADIR%%/reports/it/deleted.filename.message.txt.sample
278
%%DATADIR%%/reports/es/stored.size.message.txt
395
%%DATADIR%%/reports/it/deleted.size.message.txt.sample
279
%%DATADIR%%/reports/es/stored.virus.message.txt
396
%%DATADIR%%/reports/it/deleted.virus.message.txt.sample
280
%%DATADIR%%/reports/fr/deleted.content.message.txt
397
%%DATADIR%%/reports/it/disinfected.report.txt.sample
281
%%DATADIR%%/reports/fr/deleted.filename.message.txt
398
%%DATADIR%%/reports/it/inline.sig.html.sample
282
%%DATADIR%%/reports/fr/deleted.size.message.txt
399
%%DATADIR%%/reports/it/inline.sig.txt.sample
283
%%DATADIR%%/reports/fr/deleted.virus.message.txt
400
%%DATADIR%%/reports/it/inline.spam.warning.txt.sample
284
%%DATADIR%%/reports/fr/disinfected.report.txt
401
%%DATADIR%%/reports/it/inline.warning.html.sample
285
%%DATADIR%%/reports/fr/inline.sig.html
402
%%DATADIR%%/reports/it/inline.warning.txt.sample
286
%%DATADIR%%/reports/fr/inline.sig.txt
403
%%DATADIR%%/reports/it/languages.conf.sample
287
%%DATADIR%%/reports/fr/inline.spam.warning.txt
404
%%DATADIR%%/reports/it/languages.conf.strings.sample
288
%%DATADIR%%/reports/fr/inline.warning.html
405
%%DATADIR%%/reports/it/recipient.mcp.report.txt.sample
289
%%DATADIR%%/reports/fr/inline.warning.txt
406
%%DATADIR%%/reports/it/recipient.spam.report.txt.sample
290
%%DATADIR%%/reports/fr/languages.conf
407
%%DATADIR%%/reports/it/rejection.report.txt.sample
291
%%DATADIR%%/reports/fr/languages.conf.strings
408
%%DATADIR%%/reports/it/sender.content.report.txt.sample
292
%%DATADIR%%/reports/fr/recipient.mcp.report.txt
409
%%DATADIR%%/reports/it/sender.error.report.txt.sample
293
%%DATADIR%%/reports/fr/recipient.spam.report.txt
410
%%DATADIR%%/reports/it/sender.filename.report.txt.sample
294
%%DATADIR%%/reports/fr/rejection.report.txt
411
%%DATADIR%%/reports/it/sender.mcp.report.txt.sample
295
%%DATADIR%%/reports/fr/sender.content.report.txt
412
%%DATADIR%%/reports/it/sender.size.report.txt.sample
296
%%DATADIR%%/reports/fr/sender.error.report.txt
413
%%DATADIR%%/reports/it/sender.spam.rbl.report.txt.sample
297
%%DATADIR%%/reports/fr/sender.filename.report.txt
414
%%DATADIR%%/reports/it/sender.spam.report.txt.sample
298
%%DATADIR%%/reports/fr/sender.mcp.report.txt
415
%%DATADIR%%/reports/it/sender.spam.sa.report.txt.sample
299
%%DATADIR%%/reports/fr/sender.size.report.txt
416
%%DATADIR%%/reports/it/sender.virus.report.txt.sample
300
%%DATADIR%%/reports/fr/sender.spam.rbl.report.txt
417
%%DATADIR%%/reports/it/stored.content.message.txt.sample
301
%%DATADIR%%/reports/fr/sender.spam.report.txt
418
%%DATADIR%%/reports/it/stored.filename.message.txt.sample
302
%%DATADIR%%/reports/fr/sender.spam.sa.report.txt
419
%%DATADIR%%/reports/it/stored.size.message.txt.sample
303
%%DATADIR%%/reports/fr/sender.virus.report.txt
420
%%DATADIR%%/reports/it/stored.virus.message.txt.sample
304
%%DATADIR%%/reports/fr/stored.content.message.txt
421
%%DATADIR%%/reports/nl/deleted.content.message.txt.sample
305
%%DATADIR%%/reports/fr/stored.filename.message.txt
422
%%DATADIR%%/reports/nl/deleted.filename.message.txt.sample
306
%%DATADIR%%/reports/fr/stored.size.message.txt
423
%%DATADIR%%/reports/nl/deleted.size.message.txt.sample
307
%%DATADIR%%/reports/fr/stored.virus.message.txt
424
%%DATADIR%%/reports/nl/deleted.virus.message.txt.sample
308
%%DATADIR%%/reports/hu/deleted.content.message.txt
425
%%DATADIR%%/reports/nl/disinfected.report.txt.sample
309
%%DATADIR%%/reports/hu/deleted.filename.message.txt
426
%%DATADIR%%/reports/nl/inline.sig.html.sample
310
%%DATADIR%%/reports/hu/deleted.size.message.txt
427
%%DATADIR%%/reports/nl/inline.sig.txt.sample
311
%%DATADIR%%/reports/hu/deleted.virus.message.txt
428
%%DATADIR%%/reports/nl/inline.spam.warning.txt.sample
312
%%DATADIR%%/reports/hu/disinfected.report.txt
429
%%DATADIR%%/reports/nl/inline.warning.html.sample
313
%%DATADIR%%/reports/hu/inline.sig.html
430
%%DATADIR%%/reports/nl/inline.warning.txt.sample
314
%%DATADIR%%/reports/hu/inline.sig.txt
431
%%DATADIR%%/reports/nl/languages.conf.sample
315
%%DATADIR%%/reports/hu/inline.spam.warning.txt
432
%%DATADIR%%/reports/nl/languages.conf.strings.sample
316
%%DATADIR%%/reports/hu/inline.warning.html
433
%%DATADIR%%/reports/nl/recipient.mcp.report.txt.sample
317
%%DATADIR%%/reports/hu/inline.warning.txt
434
%%DATADIR%%/reports/nl/recipient.spam.report.txt.sample
318
%%DATADIR%%/reports/hu/languages.conf
435
%%DATADIR%%/reports/nl/rejection.report.txt.sample
319
%%DATADIR%%/reports/hu/languages.conf.strings
436
%%DATADIR%%/reports/nl/sender.content.report.txt.sample
320
%%DATADIR%%/reports/hu/recipient.mcp.report.txt
437
%%DATADIR%%/reports/nl/sender.error.report.txt.sample
321
%%DATADIR%%/reports/hu/recipient.spam.report.txt
438
%%DATADIR%%/reports/nl/sender.filename.report.txt.sample
322
%%DATADIR%%/reports/hu/rejection.report.txt
439
%%DATADIR%%/reports/nl/sender.mcp.report.txt.sample
323
%%DATADIR%%/reports/hu/sender.content.report.txt
440
%%DATADIR%%/reports/nl/sender.size.report.txt.sample
324
%%DATADIR%%/reports/hu/sender.error.report.txt
441
%%DATADIR%%/reports/nl/sender.spam.rbl.report.txt.sample
325
%%DATADIR%%/reports/hu/sender.filename.report.txt
442
%%DATADIR%%/reports/nl/sender.spam.report.txt.sample
326
%%DATADIR%%/reports/hu/sender.mcp.report.txt
443
%%DATADIR%%/reports/nl/sender.spam.sa.report.txt.sample
327
%%DATADIR%%/reports/hu/sender.size.report.txt
444
%%DATADIR%%/reports/nl/sender.virus.report.txt.sample
328
%%DATADIR%%/reports/hu/sender.spam.rbl.report.txt
445
%%DATADIR%%/reports/nl/stored.content.message.txt.sample
329
%%DATADIR%%/reports/hu/sender.spam.report.txt
446
%%DATADIR%%/reports/nl/stored.filename.message.txt.sample
330
%%DATADIR%%/reports/hu/sender.spam.sa.report.txt
447
%%DATADIR%%/reports/nl/stored.size.message.txt.sample
331
%%DATADIR%%/reports/hu/sender.virus.report.txt
448
%%DATADIR%%/reports/nl/stored.virus.message.txt.sample
332
%%DATADIR%%/reports/hu/stored.content.message.txt
449
%%DATADIR%%/reports/pt_br/deleted.content.message.txt.sample
333
%%DATADIR%%/reports/hu/stored.filename.message.txt
450
%%DATADIR%%/reports/pt_br/deleted.filename.message.txt.sample
334
%%DATADIR%%/reports/hu/stored.size.message.txt
451
%%DATADIR%%/reports/pt_br/deleted.size.message.txt.sample
335
%%DATADIR%%/reports/hu/stored.virus.message.txt
452
%%DATADIR%%/reports/pt_br/deleted.virus.message.txt.sample
336
%%DATADIR%%/reports/it/deleted.content.message.txt
453
%%DATADIR%%/reports/pt_br/disinfected.report.txt.sample
337
%%DATADIR%%/reports/it/deleted.filename.message.txt
454
%%DATADIR%%/reports/pt_br/inline.sig.html.sample
338
%%DATADIR%%/reports/it/deleted.size.message.txt
455
%%DATADIR%%/reports/pt_br/inline.sig.txt.sample
339
%%DATADIR%%/reports/it/deleted.virus.message.txt
456
%%DATADIR%%/reports/pt_br/inline.spam.warning.txt.sample
340
%%DATADIR%%/reports/it/disinfected.report.txt
457
%%DATADIR%%/reports/pt_br/inline.warning.html.sample
341
%%DATADIR%%/reports/it/inline.sig.html
458
%%DATADIR%%/reports/pt_br/inline.warning.txt.sample
342
%%DATADIR%%/reports/it/inline.sig.txt
459
%%DATADIR%%/reports/pt_br/languages.conf.sample
343
%%DATADIR%%/reports/it/inline.spam.warning.txt
460
%%DATADIR%%/reports/pt_br/languages.conf.strings.sample
344
%%DATADIR%%/reports/it/inline.warning.html
461
%%DATADIR%%/reports/pt_br/recipient.mcp.report.txt.sample
345
%%DATADIR%%/reports/it/inline.warning.txt
462
%%DATADIR%%/reports/pt_br/recipient.spam.report.txt.sample
346
%%DATADIR%%/reports/it/languages.conf
463
%%DATADIR%%/reports/pt_br/rejection.report.txt.sample
347
%%DATADIR%%/reports/it/languages.conf.strings
464
%%DATADIR%%/reports/pt_br/sender.content.report.txt.sample
348
%%DATADIR%%/reports/it/recipient.mcp.report.txt
465
%%DATADIR%%/reports/pt_br/sender.error.report.txt.sample
349
%%DATADIR%%/reports/it/recipient.spam.report.txt
466
%%DATADIR%%/reports/pt_br/sender.filename.report.txt.sample
350
%%DATADIR%%/reports/it/rejection.report.txt
467
%%DATADIR%%/reports/pt_br/sender.mcp.report.txt.sample
351
%%DATADIR%%/reports/it/sender.content.report.txt
468
%%DATADIR%%/reports/pt_br/sender.size.report.txt.sample
352
%%DATADIR%%/reports/it/sender.error.report.txt
469
%%DATADIR%%/reports/pt_br/sender.spam.rbl.report.txt.sample
353
%%DATADIR%%/reports/it/sender.filename.report.txt
470
%%DATADIR%%/reports/pt_br/sender.spam.report.txt.sample
354
%%DATADIR%%/reports/it/sender.mcp.report.txt
471
%%DATADIR%%/reports/pt_br/sender.spam.sa.report.txt.sample
355
%%DATADIR%%/reports/it/sender.size.report.txt
472
%%DATADIR%%/reports/pt_br/sender.virus.report.txt.sample
356
%%DATADIR%%/reports/it/sender.spam.rbl.report.txt
473
%%DATADIR%%/reports/pt_br/stored.content.message.txt.sample
357
%%DATADIR%%/reports/it/sender.spam.report.txt
474
%%DATADIR%%/reports/pt_br/stored.filename.message.txt.sample
358
%%DATADIR%%/reports/it/sender.spam.sa.report.txt
475
%%DATADIR%%/reports/pt_br/stored.size.message.txt.sample
359
%%DATADIR%%/reports/it/sender.virus.report.txt
476
%%DATADIR%%/reports/pt_br/stored.virus.message.txt.sample
360
%%DATADIR%%/reports/it/stored.content.message.txt
477
%%DATADIR%%/reports/ro/deleted.content.message.txt.sample
361
%%DATADIR%%/reports/it/stored.filename.message.txt
478
%%DATADIR%%/reports/ro/deleted.filename.message.txt.sample
362
%%DATADIR%%/reports/it/stored.size.message.txt
479
%%DATADIR%%/reports/ro/deleted.size.message.txt.sample
363
%%DATADIR%%/reports/it/stored.virus.message.txt
480
%%DATADIR%%/reports/ro/deleted.virus.message.txt.sample
364
%%DATADIR%%/reports/nl/deleted.content.message.txt
481
%%DATADIR%%/reports/ro/disinfected.report.txt.sample
365
%%DATADIR%%/reports/nl/deleted.filename.message.txt
482
%%DATADIR%%/reports/ro/inline.sig.html.sample
366
%%DATADIR%%/reports/nl/deleted.size.message.txt
483
%%DATADIR%%/reports/ro/inline.sig.txt.sample
367
%%DATADIR%%/reports/nl/deleted.virus.message.txt
484
%%DATADIR%%/reports/ro/inline.spam.warning.txt.sample
368
%%DATADIR%%/reports/nl/disinfected.report.txt
485
%%DATADIR%%/reports/ro/inline.warning.html.sample
369
%%DATADIR%%/reports/nl/inline.sig.html
486
%%DATADIR%%/reports/ro/inline.warning.txt.sample
370
%%DATADIR%%/reports/nl/inline.sig.txt
487
%%DATADIR%%/reports/ro/languages.conf.sample
371
%%DATADIR%%/reports/nl/inline.spam.warning.txt
488
%%DATADIR%%/reports/ro/languages.conf.strings.sample
372
%%DATADIR%%/reports/nl/inline.warning.html
489
%%DATADIR%%/reports/ro/recipient.mcp.report.txt.sample
373
%%DATADIR%%/reports/nl/inline.warning.txt
490
%%DATADIR%%/reports/ro/recipient.spam.report.txt.sample
374
%%DATADIR%%/reports/nl/languages.conf
491
%%DATADIR%%/reports/ro/rejection.report.txt.sample
375
%%DATADIR%%/reports/nl/languages.conf.strings
492
%%DATADIR%%/reports/ro/sender.content.report.txt.sample
376
%%DATADIR%%/reports/nl/recipient.mcp.report.txt
493
%%DATADIR%%/reports/ro/sender.error.report.txt.sample
377
%%DATADIR%%/reports/nl/recipient.spam.report.txt
494
%%DATADIR%%/reports/ro/sender.filename.report.txt.sample
378
%%DATADIR%%/reports/nl/rejection.report.txt
495
%%DATADIR%%/reports/ro/sender.mcp.report.txt.sample
379
%%DATADIR%%/reports/nl/sender.content.report.txt
496
%%DATADIR%%/reports/ro/sender.size.report.txt.sample
380
%%DATADIR%%/reports/nl/sender.error.report.txt
497
%%DATADIR%%/reports/ro/sender.spam.rbl.report.txt.sample
381
%%DATADIR%%/reports/nl/sender.filename.report.txt
498
%%DATADIR%%/reports/ro/sender.spam.report.txt.sample
382
%%DATADIR%%/reports/nl/sender.mcp.report.txt
499
%%DATADIR%%/reports/ro/sender.spam.sa.report.txt.sample
383
%%DATADIR%%/reports/nl/sender.size.report.txt
500
%%DATADIR%%/reports/ro/sender.virus.report.txt.sample
384
%%DATADIR%%/reports/nl/sender.spam.rbl.report.txt
501
%%DATADIR%%/reports/ro/stored.content.message.txt.sample
385
%%DATADIR%%/reports/nl/sender.spam.report.txt
502
%%DATADIR%%/reports/ro/stored.filename.message.txt.sample
386
%%DATADIR%%/reports/nl/sender.spam.sa.report.txt
503
%%DATADIR%%/reports/ro/stored.size.message.txt.sample
387
%%DATADIR%%/reports/nl/sender.virus.report.txt
504
%%DATADIR%%/reports/ro/stored.virus.message.txt.sample
388
%%DATADIR%%/reports/nl/stored.content.message.txt
505
%%DATADIR%%/reports/se/deleted.content.message.txt.sample
389
%%DATADIR%%/reports/nl/stored.filename.message.txt
506
%%DATADIR%%/reports/se/deleted.filename.message.txt.sample
390
%%DATADIR%%/reports/nl/stored.size.message.txt
507
%%DATADIR%%/reports/se/deleted.size.message.txt.sample
391
%%DATADIR%%/reports/nl/stored.virus.message.txt
508
%%DATADIR%%/reports/se/deleted.virus.message.txt.sample
392
%%DATADIR%%/reports/pt_br/deleted.content.message.txt
509
%%DATADIR%%/reports/se/disinfected.report.txt.sample
393
%%DATADIR%%/reports/pt_br/deleted.filename.message.txt
510
%%DATADIR%%/reports/se/inline.sig.html.sample
394
%%DATADIR%%/reports/pt_br/deleted.size.message.txt
511
%%DATADIR%%/reports/se/inline.sig.txt.sample
395
%%DATADIR%%/reports/pt_br/deleted.virus.message.txt
512
%%DATADIR%%/reports/se/inline.spam.warning.txt.sample
396
%%DATADIR%%/reports/pt_br/disinfected.report.txt
513
%%DATADIR%%/reports/se/inline.warning.html.sample
397
%%DATADIR%%/reports/pt_br/inline.sig.html
514
%%DATADIR%%/reports/se/inline.warning.txt.sample
398
%%DATADIR%%/reports/pt_br/inline.sig.txt
515
%%DATADIR%%/reports/se/languages.conf.sample
399
%%DATADIR%%/reports/pt_br/inline.spam.warning.txt
516
%%DATADIR%%/reports/se/languages.conf.strings.sample
400
%%DATADIR%%/reports/pt_br/inline.warning.html
517
%%DATADIR%%/reports/se/recipient.mcp.report.txt.sample
401
%%DATADIR%%/reports/pt_br/inline.warning.txt
518
%%DATADIR%%/reports/se/recipient.spam.report.txt.sample
402
%%DATADIR%%/reports/pt_br/languages.conf
519
%%DATADIR%%/reports/se/rejection.report.txt.sample
403
%%DATADIR%%/reports/pt_br/languages.conf.strings
520
%%DATADIR%%/reports/se/sender.content.report.txt.sample
404
%%DATADIR%%/reports/pt_br/recipient.mcp.report.txt
521
%%DATADIR%%/reports/se/sender.error.report.txt.sample
405
%%DATADIR%%/reports/pt_br/recipient.spam.report.txt
522
%%DATADIR%%/reports/se/sender.filename.report.txt.sample
406
%%DATADIR%%/reports/pt_br/rejection.report.txt
523
%%DATADIR%%/reports/se/sender.mcp.report.txt.sample
407
%%DATADIR%%/reports/pt_br/sender.content.report.txt
524
%%DATADIR%%/reports/se/sender.size.report.txt.sample
408
%%DATADIR%%/reports/pt_br/sender.error.report.txt
525
%%DATADIR%%/reports/se/sender.spam.rbl.report.txt.sample
409
%%DATADIR%%/reports/pt_br/sender.filename.report.txt
526
%%DATADIR%%/reports/se/sender.spam.report.txt.sample
410
%%DATADIR%%/reports/pt_br/sender.mcp.report.txt
527
%%DATADIR%%/reports/se/sender.spam.sa.report.txt.sample
411
%%DATADIR%%/reports/pt_br/sender.size.report.txt
528
%%DATADIR%%/reports/se/sender.virus.report.txt.sample
412
%%DATADIR%%/reports/pt_br/sender.spam.rbl.report.txt
529
%%DATADIR%%/reports/se/stored.content.message.txt.sample
413
%%DATADIR%%/reports/pt_br/sender.spam.report.txt
530
%%DATADIR%%/reports/se/stored.filename.message.txt.sample
414
%%DATADIR%%/reports/pt_br/sender.spam.sa.report.txt
531
%%DATADIR%%/reports/se/stored.size.message.txt.sample
415
%%DATADIR%%/reports/pt_br/sender.virus.report.txt
532
%%DATADIR%%/reports/se/stored.virus.message.txt.sample
416
%%DATADIR%%/reports/pt_br/stored.content.message.txt
533
%%DATADIR%%/reports/sk/deleted.content.message.txt.sample
417
%%DATADIR%%/reports/pt_br/stored.filename.message.txt
534
%%DATADIR%%/reports/sk/deleted.filename.message.txt.sample
418
%%DATADIR%%/reports/pt_br/stored.size.message.txt
535
%%DATADIR%%/reports/sk/deleted.size.message.txt.sample
419
%%DATADIR%%/reports/pt_br/stored.virus.message.txt
536
%%DATADIR%%/reports/sk/deleted.virus.message.txt.sample
420
%%DATADIR%%/reports/ro/deleted.content.message.txt
537
%%DATADIR%%/reports/sk/disinfected.report.txt.sample
421
%%DATADIR%%/reports/ro/deleted.filename.message.txt
538
%%DATADIR%%/reports/sk/inline.sig.html.sample
422
%%DATADIR%%/reports/ro/deleted.size.message.txt
539
%%DATADIR%%/reports/sk/inline.sig.txt.sample
423
%%DATADIR%%/reports/ro/deleted.virus.message.txt
540
%%DATADIR%%/reports/sk/inline.spam.warning.txt.sample
424
%%DATADIR%%/reports/ro/disinfected.report.txt
541
%%DATADIR%%/reports/sk/inline.warning.html.sample
425
%%DATADIR%%/reports/ro/inline.sig.html
542
%%DATADIR%%/reports/sk/inline.warning.txt.sample
426
%%DATADIR%%/reports/ro/inline.sig.txt
543
%%DATADIR%%/reports/sk/languages.conf.sample
427
%%DATADIR%%/reports/ro/inline.spam.warning.txt
544
%%DATADIR%%/reports/sk/languages.conf.strings.sample
428
%%DATADIR%%/reports/ro/inline.warning.html
545
%%DATADIR%%/reports/sk/recipient.mcp.report.txt.sample
429
%%DATADIR%%/reports/ro/inline.warning.txt
546
%%DATADIR%%/reports/sk/recipient.spam.report.txt.sample
430
%%DATADIR%%/reports/ro/languages.conf
547
%%DATADIR%%/reports/sk/rejection.report.txt.sample
431
%%DATADIR%%/reports/ro/languages.conf.strings
548
%%DATADIR%%/reports/sk/sender.content.report.txt.sample
432
%%DATADIR%%/reports/ro/recipient.mcp.report.txt
549
%%DATADIR%%/reports/sk/sender.error.report.txt.sample
433
%%DATADIR%%/reports/ro/recipient.spam.report.txt
550
%%DATADIR%%/reports/sk/sender.filename.report.txt.sample
434
%%DATADIR%%/reports/ro/rejection.report.txt
551
%%DATADIR%%/reports/sk/sender.mcp.report.txt.sample
435
%%DATADIR%%/reports/ro/sender.content.report.txt
552
%%DATADIR%%/reports/sk/sender.size.report.txt.sample
436
%%DATADIR%%/reports/ro/sender.error.report.txt
553
%%DATADIR%%/reports/sk/sender.spam.rbl.report.txt.sample
437
%%DATADIR%%/reports/ro/sender.filename.report.txt
554
%%DATADIR%%/reports/sk/sender.spam.report.txt.sample
438
%%DATADIR%%/reports/ro/sender.mcp.report.txt
555
%%DATADIR%%/reports/sk/sender.spam.sa.report.txt.sample
439
%%DATADIR%%/reports/ro/sender.size.report.txt
556
%%DATADIR%%/reports/sk/sender.virus.report.txt.sample
440
%%DATADIR%%/reports/ro/sender.spam.rbl.report.txt
557
%%DATADIR%%/reports/sk/stored.content.message.txt.sample
441
%%DATADIR%%/reports/ro/sender.spam.report.txt
558
%%DATADIR%%/reports/sk/stored.filename.message.txt.sample
442
%%DATADIR%%/reports/ro/sender.spam.sa.report.txt
559
%%DATADIR%%/reports/sk/stored.size.message.txt.sample
443
%%DATADIR%%/reports/ro/sender.virus.report.txt
560
%%DATADIR%%/reports/sk/stored.virus.message.txt.sample
444
%%DATADIR%%/reports/ro/stored.content.message.txt
561
%%DATADIR%%/upgrade_MailScanner_conf
445
%%DATADIR%%/reports/ro/stored.filename.message.txt
562
%%DATADIR%%/upgrade_languages_conf
446
%%DATADIR%%/reports/ro/stored.size.message.txt
563
%%PORTDOCS%%%%DOCSDIR%%/README
447
%%DATADIR%%/reports/ro/stored.virus.message.txt
564
%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD.port
448
%%DATADIR%%/reports/se/deleted.content.message.txt
565
%%PORTDOCS%%%%DOCSDIR%%/Sophos.install.freebsd
449
%%DATADIR%%/reports/se/deleted.filename.message.txt
450
%%DATADIR%%/reports/se/deleted.size.message.txt
451
%%DATADIR%%/reports/se/deleted.virus.message.txt
452
%%DATADIR%%/reports/se/disinfected.report.txt
453
%%DATADIR%%/reports/se/inline.sig.html
454
%%DATADIR%%/reports/se/inline.sig.txt
455
%%DATADIR%%/reports/se/inline.spam.warning.txt
456
%%DATADIR%%/reports/se/inline.warning.html
457
%%DATADIR%%/reports/se/inline.warning.txt
458
%%DATADIR%%/reports/se/languages.conf
459
%%DATADIR%%/reports/se/languages.conf.strings
460
%%DATADIR%%/reports/se/recipient.mcp.report.txt
461
%%DATADIR%%/reports/se/recipient.spam.report.txt
462
%%DATADIR%%/reports/se/rejection.report.txt
463
%%DATADIR%%/reports/se/sender.content.report.txt
464
%%DATADIR%%/reports/se/sender.error.report.txt
465
%%DATADIR%%/reports/se/sender.filename.report.txt
466
%%DATADIR%%/reports/se/sender.mcp.report.txt
467
%%DATADIR%%/reports/se/sender.size.report.txt
468
%%DATADIR%%/reports/se/sender.spam.rbl.report.txt
469
%%DATADIR%%/reports/se/sender.spam.report.txt
470
%%DATADIR%%/reports/se/sender.spam.sa.report.txt
471
%%DATADIR%%/reports/se/sender.virus.report.txt
472
%%DATADIR%%/reports/se/stored.content.message.txt
473
%%DATADIR%%/reports/se/stored.filename.message.txt
474
%%DATADIR%%/reports/se/stored.size.message.txt
475
%%DATADIR%%/reports/se/stored.virus.message.txt
476
%%DATADIR%%/reports/sk/deleted.content.message.txt
477
%%DATADIR%%/reports/sk/deleted.filename.message.txt
478
%%DATADIR%%/reports/sk/deleted.size.message.txt
479
%%DATADIR%%/reports/sk/deleted.virus.message.txt
480
%%DATADIR%%/reports/sk/disinfected.report.txt
481
%%DATADIR%%/reports/sk/inline.sig.html
482
%%DATADIR%%/reports/sk/inline.sig.txt
483
%%DATADIR%%/reports/sk/inline.spam.warning.txt
484
%%DATADIR%%/reports/sk/inline.warning.html
485
%%DATADIR%%/reports/sk/inline.warning.txt
486
%%DATADIR%%/reports/sk/languages.conf
487
%%DATADIR%%/reports/sk/languages.conf.strings
488
%%DATADIR%%/reports/sk/recipient.mcp.report.txt
489
%%DATADIR%%/reports/sk/recipient.spam.report.txt
490
%%DATADIR%%/reports/sk/rejection.report.txt
491
%%DATADIR%%/reports/sk/sender.content.report.txt
492
%%DATADIR%%/reports/sk/sender.error.report.txt
493
%%DATADIR%%/reports/sk/sender.filename.report.txt
494
%%DATADIR%%/reports/sk/sender.mcp.report.txt
495
%%DATADIR%%/reports/sk/sender.size.report.txt
496
%%DATADIR%%/reports/sk/sender.spam.rbl.report.txt
497
%%DATADIR%%/reports/sk/sender.spam.report.txt
498
%%DATADIR%%/reports/sk/sender.spam.sa.report.txt
499
%%DATADIR%%/reports/sk/sender.virus.report.txt
500
%%DATADIR%%/reports/sk/stored.content.message.txt
501
%%DATADIR%%/reports/sk/stored.filename.message.txt
502
%%DATADIR%%/reports/sk/stored.size.message.txt
503
%%DATADIR%%/reports/sk/stored.virus.message.txt

Return to bug 217142