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

(-)dspam/Makefile (-36 / +70 lines)
Lines 9-22 Link Here
9
PORTVERSION=	3.2.3${SNAP_DATE}
9
PORTVERSION=	3.2.3${SNAP_DATE}
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	http://people.tecnik93.com/~itetcu/FreeBSD/ports/dspam/sources/
11
MASTER_SITES=	http://people.tecnik93.com/~itetcu/FreeBSD/ports/dspam/sources/
12
#DISTFILES=	dspam.3.2.3.cvs.stable${SNAP_DATE}.tar.gz
12
DISTFILES=	dspam.3.2.3.cvs.stable${SNAP_DATE}.tar.gz
13
13
14
MAINTAINER=	itetcu@people.tecnik93.com
14
MAINTAINER=	itetcu@people.tecnik93.com
15
COMMENT=	Bayesian spam filter - development version
15
COMMENT=	Bayesian spam filter - development version
16
16
17
#WRKSRC=		${WRKDIR}/dspam-cvs-stable${SNAP_DATE}
17
WRKSRC=		${WRKDIR}/dspam-cvs-stable${SNAP_DATE}
18
18
19
#SNAP_DATE=	.20041201.0000
19
SNAP_DATE=	.20041203.1245
20
20
21
## debug / log / admin options
21
## debug / log / admin options
22
OPTIONS=	DEBUG "Enable debugging logging" on
22
OPTIONS=	DEBUG "Enable debugging logging" on
Lines 26-31 Link Here
26
#OPTIONS+=	SAT "Log spam source addresses to syslog" on
26
#OPTIONS+=	SAT "Log spam source addresses to syslog" on
27
#OPTIONS+=	PARSE_TO_HEADERS "Get user from To header on fp spam" off
27
#OPTIONS+=	PARSE_TO_HEADERS "Get user from To header on fp spam" off
28
OPTIONS+=	PREF_EXT "Preferences in database not in files" off
28
OPTIONS+=	PREF_EXT "Preferences in database not in files" off
29
29
## algorithm options
30
## algorithm options
30
OPTIONS+=	GRAHAM_BAYES "Enable Graham (traditional) bayesian" on
31
OPTIONS+=	GRAHAM_BAYES "Enable Graham (traditional) bayesian" on
31
OPTIONS+=	BURTON_BAYES "Enable Burton (alternative) bayesian" on
32
OPTIONS+=	BURTON_BAYES "Enable Burton (alternative) bayesian" on
Lines 36-53 Link Here
36
OPTIONS+=	NO_BIAS "No bias toward innocent mail" off
37
OPTIONS+=	NO_BIAS "No bias toward innocent mail" off
37
OPTIONS+=	WHITELIST "Automatic whitelisting of ham" off
38
OPTIONS+=	WHITELIST "Automatic whitelisting of ham" off
38
OPTIONS+=	NEURAL_NET "Enable neural networking" off
39
OPTIONS+=	NEURAL_NET "Enable neural networking" off
40
39
## run-time configure  options
41
## run-time configure  options
40
#OPTIONS+=	HOMEDIR_DOT "Dot files in ~/USER not DSPAM_HOME" off
42
#OPTIONS+=	HOMEDIR_DOT "Dot files in ~/USER not DSPAM_HOME" off
41
OPTIONS+=	USER_HOMEDIR "Store user data in ~/.dspam" off
43
OPTIONS+=	USER_HOMEDIR "Store user data in ~/.dspam" off
42
#OPTIONS+=	OPT_IN "Run only for users with .dspam" off
44
#OPTIONS+=	OPT_IN "Run only for users with .dspam" off
43
OPTIONS+=	TRUSTED_USERS "Disable trusted user security" off
45
OPTIONS+=	TRUSTED_USERS "Disable trusted user security" off
46
44
## mesage taging options
47
## mesage taging options
45
#OPTIONS+=	SPAM_SUBJ "Prepends SPAM to the Subject header" off
48
#OPTIONS+=	SPAM_SUBJ "Prepends SPAM to the Subject header" off
46
#OPTIONS+=	SIGNATURE_HEADERS "Put signatures IDs ONLY in headers" off
49
#OPTIONS+=	SIGNATURE_HEADERS "Put signatures IDs ONLY in headers" off
47
#OPTIONS+=	WEBMAIL "Only with mail stored server-side" off
50
#OPTIONS+=	WEBMAIL "Only with mail stored server-side" off
51
48
## back-end
52
## back-end
49
OPTIONS+=	MYSQL40 "Use MySQL 4.0.x as back-end" off
53
OPTIONS+=	MYSQL40 "Use MySQL 4.0.x as back-end" off
50
OPTIONS+=	MYSQL41 "Use MySQL 4.1.x as back-end" off
54
OPTIONS+=	MYSQL41 "Use MySQL 4.1.x as back-end" off
55
OPTIONS+=	MYSQL50 "Use MySQL 5.0.x as back-end" off
51
OPTIONS+=	MYSQL_COMPRESS "Compress dspam <--> MySQL" off
56
OPTIONS+=	MYSQL_COMPRESS "Compress dspam <--> MySQL" off
52
OPTIONS+=	POSTGRESQL73 "Use PostgreSQL v.7.3 as back-end" off
57
OPTIONS+=	POSTGRESQL73 "Use PostgreSQL v.7.3 as back-end" off
53
OPTIONS+=	POSTGRESQL74 "Use PostgreSQL v.7.4 as back-end" off
58
OPTIONS+=	POSTGRESQL74 "Use PostgreSQL v.7.4 as back-end" off
Lines 60-70 Link Here
60
OPTIONS+=	LARGE_SCALE "File structure for large scale" off
65
OPTIONS+=	LARGE_SCALE "File structure for large scale" off
61
OPTIONS+=	DOMAIN_SCALE "File structure for multiple domains" off
66
OPTIONS+=	DOMAIN_SCALE "File structure for multiple domains" off
62
#OPTIONS+=	SIGNATURE_ATACH "Put server-side signature in mails" off
67
#OPTIONS+=	SIGNATURE_ATACH "Put server-side signature in mails" off
68
63
## MTA and LDA
69
## MTA and LDA
64
OPTIONS+=	MAILDROP_LDA "Use Maildrop as local delivery agent" off
65
OPTIONS+=	PROCMAIL_LDA "Use Procmail as local delivery agent" off
66
OPTIONS+=	CYRUS21_LDA "Use Cyrus's 2.1 deliver as LDA" off
70
OPTIONS+=	CYRUS21_LDA "Use Cyrus's 2.1 deliver as LDA" off
67
OPTIONS+=	CYRUS22_LDA "Use Cyrus's 2.2 deliver as LDA" off
71
OPTIONS+=	CYRUS22_LDA "Use Cyrus's 2.2 deliver as LDA" off
72
OPTIONS+=	EXIM_LDA "Use Exim as local delivery agent" off
73
OPTIONS+=	MAILDROP_LDA "Use Maildrop as local delivery agent" off
74
OPTIONS+=	PROCMAIL_LDA "Use Procmail as local delivery agent" off
68
OPTIONS+=	SENDMAIL_LDA "Use Sendmail as local delivery agent" off
75
OPTIONS+=	SENDMAIL_LDA "Use Sendmail as local delivery agent" off
69
76
70
OPTIONS+=	SENDMAIL "Play nice with sendmail server" off
77
OPTIONS+=	SENDMAIL "Play nice with sendmail server" off
Lines 161-167 Link Here
161
#CONFIGURE_ARGS+=	--enable-parse-to-headers
168
#CONFIGURE_ARGS+=	--enable-parse-to-headers
162
#.endif
169
#.endif
163
170
164
.if defined(PREF_EXT)
171
.if defined(WITH_PREF_EXT)
165
CONFIGURE_ARGS+=	--enable-preferences-extension
172
CONFIGURE_ARGS+=	--enable-preferences-extension
166
.endif
173
.endif
167
174
Lines 243-249 Link Here
243
#CONFIGURE_ARGS+=	--enable-webmail
250
#CONFIGURE_ARGS+=	--enable-webmail
244
#.endif
251
#.endif
245
252
246
DBDRV_TOTAL_COUNT=	ooooooo # 7
253
DBDRV_TOTAL_COUNT=	oooooooo # 8
247
DBDRV_COUNT=	${DBDRV_TOTAL_COUNT}
254
DBDRV_COUNT=	${DBDRV_TOTAL_COUNT}
248
255
249
.if defined(WITH_MYSQL40)
256
.if defined(WITH_MYSQL40)
Lines 252-260 Link Here
252
.elseif defined(WITH_MYSQL41)
259
.elseif defined(WITH_MYSQL41)
253
WANT_MYSQL_VER=	41
260
WANT_MYSQL_VER=	41
254
#PKGNAMESUFFIX=	-mysql41
261
#PKGNAMESUFFIX=	-mysql41
262
.elseif defined(WITH_MYSQL50)
263
WANT_MYSQL_VER=	50
264
#PKGNAMESUFFIX=	-mysql50
255
.endif
265
.endif
256
266
257
.if defined(WITH_MYSQL40) || defined(WITH_MYSQL41)
267
.if defined(WITH_MYSQL40) || defined(WITH_MYSQL41) || defined(WITH_MYSQL50)
268
HAVE_MYSQL=	yes
258
CONFIGURE_ARGS+=	--with-storage-driver=mysql_drv \
269
CONFIGURE_ARGS+=	--with-storage-driver=mysql_drv \
259
		--with-mysql-includes=${LOCALBASE}/include/mysql \
270
		--with-mysql-includes=${LOCALBASE}/include/mysql \
260
		--with-mysql-libraries=${LOCALBASE}/lib/mysql
271
		--with-mysql-libraries=${LOCALBASE}/lib/mysql
Lines 314-320 Link Here
314
DBDRV_COUNT:=	${DBDRV_COUNT:S/o//}
325
DBDRV_COUNT:=	${DBDRV_COUNT:S/o//}
315
.endif
326
.endif
316
327
317
.if defined(WITH_BDB)
328
.if defined(WITH_BDB4)
318
LIB_DEPENDS+=	db41.1:${PORTSDIR}/databases/db41
329
LIB_DEPENDS+=	db41.1:${PORTSDIR}/databases/db41
319
CONFIGURE_ARGS+=	--with-storage-driver=libdb4_drv \
330
CONFIGURE_ARGS+=	--with-storage-driver=libdb4_drv \
320
	--with-db4-includes=${LOCALBASE}/include/db41
331
	--with-db4-includes=${LOCALBASE}/include/db41
Lines 330-336 Link Here
330
.endif
341
.endif
331
342
332
.if ${DBDRV_TOTAL_COUNT}==${DBDRV_COUNT} || defined(WITH_SQLITE)
343
.if ${DBDRV_TOTAL_COUNT}==${DBDRV_COUNT} || defined(WITH_SQLITE)
333
# DBDRV_COUNT==!(defined(WITH_MYSQL) || defined(WITH_POSTGRESQL73) || defined(WITH_POSTGRESQL74) || defined(WITH_ORACLE) || defined(WITH_BDB))
334
WITH_SQLITE=	on
344
WITH_SQLITE=	on
335
LIB_DEPENDS+=	sqlite.2:${PORTSDIR}/databases/sqlite
345
LIB_DEPENDS+=	sqlite.2:${PORTSDIR}/databases/sqlite
336
CONFIGURE_ARGS+=	--with-storage-driver=sqlite_drv \
346
CONFIGURE_ARGS+=	--with-storage-driver=sqlite_drv \
Lines 362-370 Link Here
362
.endif
372
.endif
363
373
364
# add one 'o' here for each new LDA
374
# add one 'o' here for each new LDA
365
LDA_TOTAL_COUNT=	oooooo	#6
375
LDA_TOTAL_COUNT=	ooooooo	#7
366
LDA_COUNT=	${LDA_TOTAL_COUNT}
376
LDA_COUNT=	${LDA_TOTAL_COUNT}
367
377
378
.if defined(WITH_CYRUS21_LDA)
379
RUN_DEPENDS+=	${LOCALBASE}/cyrus/bin/deliver:${PORTSDIR}/mail/cyrus-imapd2
380
#CONFIGURE_ARGS+=\
381
#--with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver -e -r $${sender} -m $${extension} $${user} $$u'
382
CONFIGURE_ARGS+=	--with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver'
383
LDA_COUNT:=	${LDA_COUNT:S/o//}
384
.endif
385
386
.if defined(WITH_CYRUS22_LDA)
387
RUN_DEPENDS+=	${LOCALBASE}/cyrus/bin/deliver:${PORTSDIR}/mail/cyrus-imapd22
388
#CONFIGURE_ARGS+=\
389
#--with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver -e -r $${sender} -m $${extension} $${user} $$u'
390
CONFIGURE_ARGS+=	--with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver'
391
LDA_COUNT:=	${LDA_COUNT:S/o//}
392
.endif
393
394
.if defined(WITH_EXIM_LDA)
395
.	if defined(WITH_MYSQL40) || (WITH_MYSQL41)
396
_EXIM_EXT=	-mysql
397
.	elseif defined(WITH_POSTGRESQL74) || defined(WITH_POSTGRESQL73)
398
####
399
### fix me for pg 7.3: how to pass the db option to exim port ?
400
###
401
_EXIM_EXT=	-postgresql
402
.	endif
403
RUN_DEPENDS+=	exim:${PORTSDIR}/mail/exim${_EXIM_EXT}
404
CONFIGURE_ARGS+=	--with-delivery-agent='${LOCALBASE}/sbin/exim'
405
LDA_COUNT:=	${LDA_COUNT:S/o//}
406
.endif
407
368
.if defined(WITH_MAILDROP_LDA)
408
.if defined(WITH_MAILDROP_LDA)
369
RUN_DEPENDS+=	maildrop:${PORTSDIR}/mail/maildrop
409
RUN_DEPENDS+=	maildrop:${PORTSDIR}/mail/maildrop
370
CONFIGURE_ARGS+=	--with-delivery-agent='${LOCALBASE}/bin/maildrop -d $$u'
410
CONFIGURE_ARGS+=	--with-delivery-agent='${LOCALBASE}/bin/maildrop -d $$u'
Lines 390-411 Link Here
390
.	endif
430
.	endif
391
.endif
431
.endif
392
432
393
.if defined(WITH_CYRUS21_LDA)
394
RUN_DEPENDS+=	${LOCALBASE}/cyrus/bin/deliver:${PORTSDIR}/mail/cyrus-imapd2
395
#CONFIGURE_ARGS+=\
396
#--with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver -e -r $${sender} -m $${extension} $${user} $$u'
397
CONFIGURE_ARGS+=	--with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver'
398
LDA_COUNT:=	${LDA_COUNT:S/o//}
399
.endif
400
401
.if defined(WITH_CYRUS22_LDA)
402
RUN_DEPENDS+=	${LOCALBASE}/cyrus/bin/deliver:${PORTSDIR}/mail/cyrus-imapd22
403
#CONFIGURE_ARGS+=\
404
#--with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver -e -r $${sender} -m $${extension} $${user} $$u'
405
CONFIGURE_ARGS+=	--with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver'
406
LDA_COUNT:=	${LDA_COUNT:S/o//}
407
.endif
408
409
.if defined(WITH_SENDMAIL)
433
.if defined(WITH_SENDMAIL)
410
CONFIGURE_ARGS+=	--with-dspam-mode=4511
434
CONFIGURE_ARGS+=	--with-dspam-mode=4511
411
.endif
435
.endif
Lines 474-488 Link Here
474
	RELEASE.NOTES
498
	RELEASE.NOTES
475
499
476
pre-extract:
500
pre-extract:
477
BAD_OPT=	`${PKG_VERSION} -t ${_OPTIONS_READ} ${PKGNAME}`
478
479
pre-patch:
480
	@${ECHO_CMD} ""
501
	@${ECHO_CMD} ""
481
	@${ECHO_CMD} "******************************************************************"
502
	@${ECHO_CMD} "******************************************************************"
482
	@${ECHO_CMD} "Warning: If upgrading please proceed as stated in"
503
	@${ECHO_CMD} "Warning: If upgrading please proceed as stated in"
483
	@${ECHO_CMD} "${FILESDIR}/UPDATING"
504
	@${ECHO_CMD} "${FILESDIR}/UPDATING"
484
	@${ECHO_CMD} "******************************************************************"
505
	@${ECHO_CMD} "******************************************************************"
485
	@${ECHO_CMD} ""
506
	@${ECHO_CMD} ""
507
.if defined(WITH_EXIM_LDA) && defined(WITH_POSTGRESQL73)
508
	@${ECHO_CMD} "******************************************************************"
509
	@${ECHO_CMD} "You have both EXIM_LDA and POSTGRESQL73 defined. To have exim"
510
	@${ECHO_CMD} "built with the right pgsql please hit Ctrl-C now and do:"
511
	@${ECHO_CMD} "cd ${PORTSDIR}/mail/exim-postgresql && make POSTGRESQL_PORT=postgresql73 install"
512
	@${ECHO_CMD} "then return here and do:"
513
	@${ECHO_CMD} "make clean && make install"
514
	@${ECHO_CMD} "******************************************************************"
515
	@${ECHO_CMD} ""
516
.endif
517
486
	@${ECHO_CMD} "Define vars below before make-ing if you need:"
518
	@${ECHO_CMD} "Define vars below before make-ing if you need:"
487
	@${ECHO_CMD} ""
519
	@${ECHO_CMD} ""
488
	@${ECHO_CMD} "SIGNATURE_LIFE (default 15)"
520
	@${ECHO_CMD} "SIGNATURE_LIFE (default 15)"
Lines 500-511 Link Here
500
		@${ECHO_CMD} "installed in other place that this installation's default"
532
		@${ECHO_CMD} "installed in other place that this installation's default"
501
		@${ECHO_CMD} "${PREFIX}/www/vhosts/dspam"
533
		@${ECHO_CMD} "${PREFIX}/www/vhosts/dspam"
502
.	endif
534
.	endif
535
	@${ECHO_CMD} ""
536
	@sleep 5
537
503
.for old_opt in MAILDROP PROCMAIL TRAD_BAYES ALT_BAYES WITH_SPAM_SUBJ \
538
.for old_opt in MAILDROP PROCMAIL TRAD_BAYES ALT_BAYES WITH_SPAM_SUBJ \
504
	USER_LOGGING SYSTEM_LOGGING WEBMAIL OPT_IN SAT PARSE_TO_HEADERS \
539
	USER_LOGGING SYSTEM_LOGGING WEBMAIL OPT_IN SAT PARSE_TO_HEADERS \
505
	BROKEN_MTA BROKEN_ERR_CODES SIGNATURE_HEADERS SIGNATURE_ATACH \
540
	BROKEN_MTA BROKEN_ERR_CODES SIGNATURE_HEADERS SIGNATURE_ATACH \
506
	HOMEDIR_DOT SIGNATURE_LIFE
541
	HOMEDIR_DOT SIGNATURE_LIFE
507
.	if defined(WITH_${old_opt}) || defined(WITHOUT_${old_opt}) || ${BAD_OPT}=='<'
542
.	if defined(WITH_${old_opt}) || defined(WITHOUT_${old_opt})
508
#.	if defined(CUCU)
509
	@${ECHO_CMD} ""
543
	@${ECHO_CMD} ""
510
	@${ECHO_CMD} "******************************************************************"
544
	@${ECHO_CMD} "******************************************************************"
511
	@${ECHO_CMD} "******************************************************************"
545
	@${ECHO_CMD} "******************************************************************"
Lines 551-566 Link Here
551
	@${ECHO_CMD} "You can use one and only one database back-end at once."
585
	@${ECHO_CMD} "You can use one and only one database back-end at once."
552
	@${FALSE}
586
	@${FALSE}
553
.endif
587
.endif
554
.if defined(WITH_NEURAL_NET) && !(defined(WITH_MYSQL) || defined(WITH_POSTGRESQL73) || defined(WITH_POSTGRESQL74))
588
.if defined(WITH_NEURAL_NET) && !(defined(HAVE_MYSQL) || defined(WITH_POSTGRESQL73) || defined(WITH_POSTGRESQL74))
555
	@${ECHO_CMD} "You need MySQL or POSTGRESQL to use neural networking."
589
	@${ECHO_CMD} "You need MySQL or POSTGRESQL to use neural networking."
556
	@${FALSE}
590
	@${FALSE}
557
.endif
591
.endif
558
.if defined(WITH_VIRT_USERS) && !(defined(WITH_MYSQL) || \
592
.if defined(WITH_VIRT_USERS) && !(defined(HAVE_MYSQL) || \
559
	defined(WITH_POSTGRESQL73) || defined(WITH_POSTGRESQL74) || defined(WITH_ORACLE))
593
	defined(WITH_POSTGRESQL73) || defined(WITH_POSTGRESQL74) || defined(WITH_ORACLE))
560
	@${ECHO_CMD} "You need MySQL, POSTGRESQL or ORACLE for virtual users."
594
	@${ECHO_CMD} "You need MySQL, POSTGRESQL or ORACLE for virtual users."
561
	@${FALSE}
595
	@${FALSE}
562
.endif
596
.endif
563
.if defined(WITH_PREF_EXT) && !( defined(WITH_MYSQL) || \
597
.if defined(WITH_PREF_EXT) && !( defined(HAVE_MYSQL) || \
564
	defined(WITH_POSTGRESQL73) || defined(WITH_POSTGRESQL74) )
598
	defined(WITH_POSTGRESQL73) || defined(WITH_POSTGRESQL74) )
565
	@${ECHO_CMD} "You need MySQL or Postgres for preferences extension"
599
	@${ECHO_CMD} "You need MySQL or Postgres for preferences extension"
566
	@${FALSE}
600
	@${FALSE}
Lines 579-585 Link Here
579
#	@${MKDIR} ${LOG_DIR}
613
#	@${MKDIR} ${LOG_DIR}
580
#	@${MKDIR} ${DSPAM_HOME}
614
#	@${MKDIR} ${DSPAM_HOME}
581
615
582
.if defined(WITH_MYSQL40) || defined(WITH_MYSQL41)
616
.if defined(HAVE_MYSQL)
583
	@${MKDIR} ${EXAMPLESDIR}/mysql
617
	@${MKDIR} ${EXAMPLESDIR}/mysql
584
	cd ${WRKSRC}/tools.mysql_drv && \
618
	cd ${WRKSRC}/tools.mysql_drv && \
585
		${INSTALL_DATA} README mysql_objects-space.sql \
619
		${INSTALL_DATA} README mysql_objects-space.sql \
(-)dspam/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (dspam-3.2.3.tar.gz) = 0c5d62df8746332906d487d5c5ad9926
1
MD5 (dspam.3.2.3.cvs.stable.20041203.1245.tar.gz) = 8d6c409328ebc3eaf5468ac2bee092e6
2
SIZE (dspam-3.2.3.tar.gz) = 620153
2
SIZE (dspam.3.2.3.cvs.stable.20041203.1245.tar.gz) = 620629
(-)dspam/files/UPDATING (-1 / +14 lines)
Lines 11-16 Link Here
11
make extract;  more `find . -type f -maxdepth 2 -name UPGRADING`
11
make extract;  more `find . -type f -maxdepth 2 -name UPGRADING`
12
12
13
#############################################################################
13
#############################################################################
14
# dspam-3.2.3.20041203.1245
15
#
16
17
- now we support also MYSQL50 and we handle MYSQL cases right based on a 
18
patch sent by Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
19
- add support for exim as suggested by 
20
Shahbaz Javeed <sjaveed@adderpit.com>; we try to build exim with the same
21
database back-end if possible (still work to do to automate pg 7.3 case)
22
- fix PREF_EXT and BDB4 cases as well in our Makefile (actually is 4.1 and 
23
I'm thinking about dropping support for it since SQLite works a lot better if
24
you don't want a full sql server; feedback welcome)
25
- also small vendor bug-fixes (pgp signed mails, pgsql driver)
26
27
#############################################################################
14
#  dspam-3.2.3
28
#  dspam-3.2.3
15
#
29
#
16
30
Lines 19-25 Link Here
19
 BUGFIX: Signature is not written to multipart blocks with no content type
33
 BUGFIX: Signature is not written to multipart blocks with no content type
20
 BUGFIX: dspam_dump for a particular token fails with MySQL 4.1
34
 BUGFIX: dspam_dump for a particular token fails with MySQL 4.1
21
 BUGFIX: Bayesian Noise Reduction is never instantiated
35
 BUGFIX: Bayesian Noise Reduction is never instantiated
22
23
36
24
#############################################################################
37
#############################################################################
25
#  dspam-3.2.2.20041117.1515:
38
#  dspam-3.2.2.20041117.1515:

Return to bug 74796