File: changelog

package info (click to toggle)
spamassassin 3.1.7-2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 5,376 kB
  • ctags: 2,123
  • sloc: perl: 39,706; ansic: 3,133; sh: 1,344; sql: 170; makefile: 168
file content (829 lines) | stat: -rw-r--r-- 33,363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
spamassassin (3.1.7-2) unstable; urgency=high

  * Security fixes backported from 3.1.8:
    - CVE-2007-0451: potential DoS with long URIs found in the message
    content (Closes: #410843)
    - Prevents perl code from being loaded via sa-update by default
    (override with --allowplugins) (SpamAssassin bug 5240)

 -- Duncan Findlay <duncf@debian.org>  Wed, 14 Feb 2007 21:46:52 -0500

spamassassin (3.1.7-1) unstable; urgency=low

  * New upstream release (Closes: #385450, #396600)
    - Fixes handling of PGP/MIME messages (Closes: #367365)
    - Fixes URIDNSBL warning of invalid bitwise or (Closes: #373914)
    - Fix date handling bug (Closes: #362913)

  * Fix README.Debian now that libnet-dns-perl isn't a dependency anymore
    (Closes: #374377)

 -- Duncan Findlay <duncf@debian.org>  Thu,  2 Nov 2006 01:43:42 -0500

spamassassin (3.1.4-1) unstable; urgency=low

  * New upstream release
    - Fixed a bug where sa-update's failure would leave SA without rules
      (Closes: #370357)
    - Fix BSMTP with exim (Closes: #375286)
    - gtube.t test failed with non-english locales.
    - Fixed memory leak with Bayes and BayesStore.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Thu, 10 Aug 2006 22:40:09 +0300

spamassassin (3.1.3-1) unstable; urgency=high

  * New upstream release
    - Fixes spamd --vpopmail/--paranoid remote command execution bug. This
    has been assigned CVE-2006-2447.
  
 -- Duncan Findlay <duncf@debian.org>  Sun,  4 Jun 2006 18:24:05 -0400

spamassassin (3.1.2-1) unstable; urgency=low

  * New upstream release
    - Razor2 support re-enabled by default
    - sa-learn should now return an error code when it can't find the
      target file (Closes: #261346)
  * Now really depends on libarchive-tar-perl; depends on libwww-perl,
    libio-zlib-perl for sa-update (Closes: #348884, #359874, #366700,
    #368424)

 -- Duncan Findlay <duncf@debian.org>  Sun,  4 Jun 2006 14:56:56 -0400

spamassassin (3.1.1-1) unstable; urgency=low

  * New upstream release (Closes: #356995, #360994)
    - Better error handling when DNS is broken (Closes: #340753)
    - bayes_storage_module documented better (Closes: #333792)
    - Fix typo in UPGRADE (Closes: #335794)
    - Better exception handling (Closes: #333330, #333131)
    - Fix sa-learn --restore with SDBM (Closes: #333793)
  * Document broken identd servers (Closes: #355475)
  * Now depends on libarchive-tar-perl (Closes: #348884)
  * Add reference on how to force bayes expiry using a cronjob (Closes: #334829, #300490)
  * Drop logcheck files -- these should/will be in the logcheck-database package. (See bug #)
  * Move libnet-dns-perl back to a Recommends:. The loud warnings should
    have been silenced upstream.
  
 -- Duncan Findlay <duncf@debian.org>  Wed,  9 Nov 2005 16:55:03 -0500

spamassassin (3.1.0a-2) unstable; urgency=low

  * Greatly improved the usefulness of spamassassin's README.Debian
  * Moved libnet-dns-perl to a dependency and added libsocket6-perl as a
    dependency to avoid an obscure IPv6 related bug, and loud warnings
    (Closes: #332906, #335279, #335671, #327832)
  * Fixed the logcheck filters (Closes: #333430, #304363)

 -- Duncan Findlay <duncf@debian.org>  Wed,  9 Nov 2005 16:52:41 -0500

spamassassin (3.1.0a-1) unstable; urgency=low

  * Upload to unstable
  * Clean up NEWS.Debian, so it isn't so verbose for people upgrading from
    3.0.x

 -- Duncan Findlay <duncf@debian.org>  Wed,  5 Oct 2005 17:03:50 -0400

spamassassin (3.1.0-1) experimental; urgency=low

  * New upstream release.
  * Add libdigest-sha1-perl to Build-Depends.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Sun, 25 Sep 2005 17:19:15 +0300

spamassassin (3.0.99pre3.1.0+rc2-1) experimental; urgency=low

  * New upstream release
  * Upstream bug fixes:
    - MIME boundary regexp improved (Closes: #288617)

 -- Duncan Findlay <duncf@debian.org>  Tue, 30 Aug 2005 00:01:11 -0400

spamassassin (3.0.99pre3.1.0+rc1-1) experimental; urgency=low

  * New major upstream release:
    - More Bayes storage options -- SDBM, MySQL, PostgreSQL
    - Apache preforking algorithm; number of children scaled according to
    demand
    - New plugins: DomainKeys (off by default), MIMEHeader, ReplaceTags,
    WhiteListSubject
    - Razor2, DCC disabled by deafult because they are no longer free for
    non-personal use
    - AWL is now a plugin (Closes: #292610)
    - Includes sa-update which can be used to update rules between
    releases (currently must be manually invoked)

  * Bugs in BTS fixed upstream:
    - Stop checking for long descriptions (Closes: #274194)
    - No longer uses Storable (Closes: #293485)
    - Minor doc fixes (Closes: #276621, #290660)
    - Avoid unitialized value error in Reporter.pm (Closes: #290615)
    - Logging and error messages improved throughout (Closes: #318349)
    - SIGHUP now works when running with -u on a privileged port (Closes:
    #296682)
    - Avoid ALL_TRUSTED misfire when Received: parsing fails (Closes:
    #300809)
    - Fix __FROM_PHONE to be more permissive (Closes: #238613)
    - Avoid MSN Groups FPs (Closes: #290978)
    - Better handling of UTF-8 (Closes: #291093, #297899, #306496,
    #319014)
    - BAYES_* scores manually set (Closes: #292327)
    - local.cf has more comments (Closes: #271869)
    - sa-learn is quieter (Closes: #268035)
    - spamassassin --debug more verbose, displays files read (Closes:
    #276778)

  * No longer support the upgrade path for versions prior to
    sarge. Including:
    - Debconf questions about upgrading from 2.20-1woody and 2.4x
    - Explanation of the libdb problems caused by upgrades from perl 5.6
    to 5.8 recent versions of spamassassin (not an issue with
    woody->testing) (Closes: #318360, #298372)
    - Downgrade spamassassin's Depends: on spamc to Recommends: (Closes:
    #316368)
    - Remove the woody build hack with debconf

  * Correct Suggest: on libnet-smtp-perl to libnet-perl (Closes: #317355)
  * Upgrade to Standards Version 3.6.2.0 (by incrementing the number in
    debian/control)
  * Updated the way debian/rules uses dpatch to be the "new
    way". (i.e. calls dpatch directly)
  * No longer use debconf *at all*. As soon as I find questions worth
    asking, we'll go back.

 -- Duncan Findlay <duncf@debian.org>  Fri, 19 Aug 2005 02:22:22 -0400

spamassassin (3.0.4-2) unstable; urgency=high

   * Added Russian debconf translation from Yuriy Talakan
     <yt@amur.elektra.ru> (Closes: #311920)

 -- Duncan Findlay <duncf@debian.org>  Wed,  8 Jun 2005 00:53:18 -0400

spamassassin (3.0.4-1) unstable; urgency=high

  * New upstream release
    - Fixed parsing to not rely on MIME boundary (Closes: #307526, #281756)
    - Improfed FORGED_YAHOO_RCVD to not FP (Closes: #310958)

 -- Duncan Findlay <duncf@debian.org>  Tue,  7 Jun 2005 00:30:18 -0400

spamassassin (3.0.3-1) unstable; urgency=low

  * New upstream release (Closes: #307904)
    - Fixed possible memory bloat from large AutoWhitelist db files
    - Fixed where user defined rules scores became ignored (Closes: #291561)
    - Updated parsing code for several Received: header formats
    - Document plugin API for set/get tags (Closes: #299118)
    - More bug fixes
  * Added note about needing libnet-dns-perl to README.Debian (Closes: #293502)
  * Would like this to get to sarge, if all goes well.

 -- Duncan Findlay <duncf@debian.org>  Fri, 29 Apr 2005 14:09:56 -0400

spamassassin (3.0.2-1) unstable; urgency=low

  * New upstream release (Closes: #284663, #286595)
    - Number of URLs now limited for URIDNSBL plugin (Closes: #279180)
    - Handles obscure exim Recieved: header format (Closes: #279504)
  * Updated logcheck messages (Closes: #281560)
  * Updated README.Debian to explain a bit more about configuring
    spamd as non-root and for sitewide bayes. (Closes: #271870, #273187)
  * Updated README.Debian to explain issues with performance and spamd
    (Closes: #279981)
  * Updated watch file to handle the apache.org layout better. (Closes: #281468)
	
 -- Duncan Findlay <duncf@debian.org>  Sat,  1 Jan 2005 15:29:19 -0500

spamassassin (3.0.1-1) unstable; urgency=low

  * New upstream release
    - Fix problems with broken configs with spamd (Closes: #276366)
    - Fixes some memory consuming bugs (Closes: #275232, #222783)
    - Fixes file descriptior issue with pyzor or dccifd and amavis (Closes: #273290)
  * Conflict with packages broken with SpamAssassin 3.0.0 (Closes:
    #274993)
  * Create PIDFILE option in /etc/default/spamassassin so that init
    script works with spamd -u (Closes: #275370)
  * Note in /etc/default/spamassassin to use --max-children with no
    more than 5 due to preforking. (Closes: #275308)
  * Rewrote package dependencies in control, added Suggests: on
    dcc-client (Closes: #276729), versioned recommends on
    libnet-dns-perl (Closes: #274825)
  * Include procmailrc.example again (Closes: #276152)
  * Fix muttrc example to use --no-sync instead of --no-rebuild (Closes:
    #273670)
  * Fixed typo in README.Debian for spamassassin -- if
    /usr/share/spamassassin is edited you will NOT be prompted about it.
    (Closes: #275675)

 -- Duncan Findlay <duncf@debian.org>  Wed, 27 Oct 2004 00:28:33 -0400

spamassassin (3.0.0-1) unstable; urgency=low

  * New upstream release
  * Features since 2.6x:
    - New license (Now Apache Software License 2.0)
    - Support for Sender Policy Framework (SPF)
    - Web links checked against SURBL and SBL (Closes: #265604)
    - Third party plug-in support
    - Optional SQL storage for Bayes and automatic-whitelist
    - More accurate MIME + HTML handling

  * Bugfixes (not yet documented here)
    - Document --home-helper-dir option in SYNOPSIS (Closes: #265887)
    - More documentation fixes: --user-config is on by default (Closes: #263845, #263846)
    - Doc: Typo "on" -> "or" (Closes: #271865)
	
  * Changed /etc/default/spamassassin to be more verbose (Closes: #265518)
  * Got rid of spamassassin-tools since it was more pain than it was worth.

 -- Duncan Findlay <duncf@debian.org>  Sun,  5 Sep 2004 22:05:47 -0400

spamassassin (2.99pre3.0.0+rc2-2) experimental; urgency=low

  * sysv-rc has a bug in the man page: use "defaults XX YY" instead of
    "defaults NN-start NN-stop" as stated in the man. Filling bug...
    Well, is more complicated than that. See #268713

 -- Jesus Climent <jesus.climent@hispalinux.es>  Sat, 28 Aug 2004 17:28:44 +0000

spamassassin (2.99pre3.0.0+rc2-1) experimental; urgency=low

  * New upstream release candidate.
  * Upstream closed the following bugs:
    - sa-learn should have a long option for -f (Closes: #265888)
    - ignore X-Bogosity (Closes: #265899)

 -- Jesus Climent <jesus.climent@hispalinux.es>  Sat, 28 Aug 2004 07:53:33 +0000

spamassassin (2.99pre3.0.0+rc1-1) experimental; urgency=low

  * New upstream release candidate.
  * init.d script starts at S19 and now stops at K21 (Closes: #267540).

 -- Jesus Climent <jesus.climent@hispalinux.es>  Mon, 23 Aug 2004 09:47:47 +0000

spamassassin (2.99pre3.0.0+pre4-2) experimental; urgency=low

  * libdigest-sha1-perl is also a requirement for building the package.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Thu,  5 Aug 2004 22:28:55 +0300

spamassassin (2.99pre3.0.0+pre4-1) experimental; urgency=low

  * New upstream pre-release.
  * Man pages reorganized (Closes: #263481)

 -- Jesus Climent <jesus.climent@hispalinux.es>  Thu,  5 Aug 2004 12:22:55 +0300

spamassassin (2.99pre3.0.0+pre2-1) experimental; urgency=low

  * New upstream pre-release.
  * debian/control
    - Added dependency on libdigest-sha1-perl

 -- Jesus Climent <jesus.climent@hispalinux.es>  Sat, 10 Jul 2004 21:03:28 -0300

spamassassin (2.99pre3.0.0+pre1-2) experimental; urgency=low

  * Fix bad upload (bad changelog, stupid svn-buildpackage...)

 -- Duncan Findlay <duncf@debian.org>  Sun, 20 Jun 2004 23:17:45 -0400

spamassassin (2.99pre3.0.0+pre1-1) experimental; urgency=low

  * New upstream release

 -- Duncan Findlay <duncf@debian.org>  Thu, 17 Jun 2004 00:50:06 -0400

spamassassin (2.99pre3.0.0svn20040616-1) experimental; urgency=low

  * New upstream release
  * Includes preliminary scores (not great, but better)
  * Created spamassassin-tools package, containing stuff to make your own rules.
  * Added logcheck violations.ignore.d file for "result:" lines (Closes:
    #252375)
  * Changed logcheck for processing messages to allow unknown message
    ids (Closes: #252406)
  * Added german debconf translation from Helge Kreutzmann
    <kreutzm@itp.uni-hannover.de> (Closes: #253589)

 -- Duncan Findlay <duncf@debian.org>  Thu, 17 Jun 2004 00:20:08 -0400

spamassassin (2.99pre3.0.0svn20040529-2) experimental; urgency=low

  * Added logcheck entry for lines like:
      spamd[19233]: result Y 997 GTUBE.....

 -- Duncan Findlay <duncf@debian.org>  Sat, 29 May 2004 21:50:44 -0400

spamassassin (2.99pre3.0.0svn20040529-1) experimental; urgency=low

  * New upstream release
  * Added italian debconf translation from Luca Monducci <luca.mo@tiscali.it>
      (Closes: #251279)
  * Fix /etc/init.d/spamassassin to actually exit when ENABLED=0.
      (Closes: #251481, #251598)

 -- Duncan Findlay <duncf@debian.org>  Sat, 29 May 2004 21:18:01 -0400

spamassassin (2.99pre3.0.0svn20040525-1) experimental; urgency=low

  * New upstream release
    Many many changes...
      API changed drastically, new plugin interface and plugins (Like
      SURBL (Closes: #243546)), LDAP + SQL config
      (Closes: #242121, #177012), ident authentication for spamd
      (Closes: #242148), New license (ASL 2.0), ...
    Bug Fixes:
      Fix handling of empty User: line (Closes: #225139)
      Handle out of diskspace in Bayes (Closes: #202422)
      Fix how spamc handles bad hostnames (Closes: #214008)
      Fix sa-learn on filenames with spaces (Closes: #218004)
      Fixed which IPs to lookup in DNSBLs (Closes: #227828)
      _STARS_ works in Subject line (Closes: #239979)
      Make --lint catch misspeld scores (Closes: #214880)
      Allow combining of spamassassin -d and -t (Closes: #192779)
      Removed -w option from spamassassin (Closes: #216255)
      Remove -P from spamassassin manpage (Closes: #234584)
      FAKED_HOTMAIL_DAV removed (Closes: #233600)
      Fix BUGGY_CGI to allow NMS FormMail (Closes: #209377)
      Split ok_languages zh into zh.gb2312, zh.big5 (Closes: #224116)
      Put all error output on one fd for spamc (Closes: #197879)
      man Mail::SpamAssassin::Conf clearer about raw headers (Closes: #236431)
	
  * Converted packaging to use dpatch in order to allow for easier
    creation of SVN packages (Because Daniel Quinlan has been bugging
    me to do figure out a better system!)
	
  * Improved debian specific rules in 65_debian.cf (Closes: #237995, #240983)
  * Changed dependencies for 3.0.0. Now suggest pyzor (Closes: #242456)
  * Fixed logcheck files for whitespace (Closes: #243820)
  * Changed /etc/init.d/spamassassin to warn when disabled (Closes: #247058)
  * Changed /etc/default/spamassassin to not say "/etc/default/spamd.conf"
    (Closes: #243431)
  * Include Danish debconf translation from Claus Hindsgaul <claus_h@image.dk>
    (Closes: #233072)
  * Added courier integration example (from Charles Fry + Jeronimo Pellegrini)
    (Closes: #229393)

 -- Duncan Findlay <duncf@debian.org>  Sun, 23 May 2004 23:51:34 -0400

spamassassin (2.63-1) unstable; urgency=low

  * New upstream release (Closes: #228366)
  * Fixed logcheck file for users with hyphens (Closes: #226316)

 -- Duncan Findlay <duncf@debian.org>  Wed, 21 Jan 2004 00:03:16 -0500

spamassassin (2.61-2) unstable; urgency=low

  * Improve copyright file in response to mail from Peter Palfrader
    <weasel@debian.org> to debian-devel-announce
  * Drop versioned libhtml-parser-perl -- it was incorrect. (Closes: #224933)
	
  * Added patch from Colin Watson / Marc Haber to ease backports. (Closes: #224237)
  * Added patch from Francesco Potorti <pot@gnu.org> to allow setting of spamd's nice level (Closes: #224369)
	
 -- Duncan Findlay <duncf@debian.org>  Sun, 28 Dec 2003 16:46:53 -0500

spamassassin (2.61-1) unstable; urgency=low

  * The "We really don't need lame release names" release
  * New upstream release (Closes: #224088)
      Messages that hit BAYES_99 will not be autolearned as ham (Closes: #217528)
      Microsoft related forgery issues should be fixed (Closes: #198106, #188480)
      Remove gnus notation in Bayes.pm (Closes: #211741)
  * New/updated translations:
      nl    Luk Claes <luk.claes@ugent.be>            (Closes: #217248)
      pt_BR Andre Luis Lopes <andrelop@debian.org>    (Closes: #220904)
      es    Carlos Valdivia <valyag@dat.etsit.upm.es> (Closes: #220927)
  * Move sample-spam.txt and sample-nonspam.txt to examples/ (Closes: #223032)

 -- Duncan Findlay <duncf@debian.org>  Mon, 15 Dec 2003 20:49:35 -0500

spamassassin (2.60-2) unstable; urgency=low

  * The "Where is Duncan?" release ;)
  * Small FRIEND_AT_PUBLIC change (Closes: #212722)
  * README modified to reflect the actual status of Razor2 (Closes: #212799)
  * Versioned dependency on libhtml-parser-perl (Closes: #214019)
  * Modified postinst to avoid critical session (Closes: #213023)

 -- Jesus Climent <jesus.climent@hispalinux.es>  Thu, 23 Oct 2003 13:10:29 +0000

spamassassin (2.60-1) unstable; urgency=low

  * New upstream release
      Fixes blacklist problems caused by verisign (Closes: #211233, #211157)
  * Many fixes since previous testing/unstable release, see below.

 -- Duncan Findlay <duncf@debian.org>  Tue, 23 Sep 2003 14:57:02 -0400

spamassassin (2.59pre2.60rc5-1) experimental; urgency=low

  * New upstream release

 -- Duncan Findlay <duncf@debian.org>  Tue, 16 Sep 2003 10:48:16 -0400

spamassassin (2.59pre2.60rc4-1) experimental; urgency=low

  * New upstream release
  * Enabled SSL in spamc (Closes: #194701)
  * Kenshi Muto's Japanese debconf translations installed. (Closes: #210722)

 -- Duncan Findlay <duncf@debian.org>  Sat, 13 Sep 2003 15:07:22 -0400

spamassassin (2.59pre2.60rc3-1) experimental; urgency=low

  * New upstream release (candidate) includes:
      Numerous rule improvements and bug fixes.
      GA-assigned scores (previous cvs packages did not).
      New Bayes backend with different DB format (automatic upgrade).
      dccifd support added.
      Better support for personal installation (Closes: #199217)
      Dropped support for database formats other than DB_File (which most
      should already be using). (See README.Upgrade)
  * Works around symlinks being left behind in /etc/logcheck on upgrade.
    (Closes: #201324)
  * Added symlink from /etc/mail/spamassassin to /etc/spamassassin
    (Closes: #207233, #207234)

 -- Duncan Findlay <duncf@debian.org>  Thu, 28 Aug 2003 20:59:24 -0400

spamassassin (2.59pre2.60pre3-1) experimental; urgency=low

  * New upstream pre-release, before mass-check verification. Use at your own
    risk.
  * This version solves:
    + French typo (Closes: #200468)
  * Added README.postfix which explains how to integrate spamassassin with
    postfix for incoming tagging.
  * Spamd supports unix sockets (Closes: #204853)

 -- Jesus Climent <jesus.climent@hispalinux.es>  Thu,  7 Aug 2003 22:39:30 +0000

spamassassin (2.59pre2.60cvs20030619-1) experimental; urgency=low

  * Pre-release 2.60 packages. Use at own risk! :-) (Hence, experimental)
  * Also experimental since the scores in this release are very
    sub-optimal. You will probably want to use a higher threshold, as
    all the negative scoring tests have been removed.
  * This upload is to facilitate the transition of maintenance (temporarily)
    to Jesus Climent <jesus.climent@hispalinux.es> (Added to the
    Uploaders: field)
  * New upstream version includes:
      Better rules to thwart new spam tactics (Closes: #192953)
      Fix some bugs relating to autolearning (Closes: #191371)
      Fix problem with reloading and syslog-ng (Closes: #191837)
      More verbose error from spamassassin -r (Closes: #192133, #197881)
      Improved configurability of headers (Closes: #178648, #193872)
      Able to add charset to safe reports (Closes: #183810)
  * Added a few more "default" options to spamd in /etc/default/spamassassin
  * Fixed spamc's manpage to refer to spamd(8) not spamd(1) (Closes: #197880)
  * Added doc on integrating spamassassin sitewide with Exim3 from
    John Girash <girash@skyron.harvard.edu> (Closes: #196706)
  * Added example configuration for gnus from Andreas Kneib 
    <Andreas.Kneib@t-online.de> (Closes: #196557)
  * Noted the perl5.6->perl5.8 upgrade bug in README.Debian

 -- Duncan Findlay <duncf@debian.org>  Thu, 19 Jun 2003 21:02:34 -0400

spamassassin (2.55-2) unstable; urgency=medium

  * Really fix warnings in spamassassin.config (D'oh!)
    (Closes: #194989, #195076, #195076, #195335)
  * Set TMPDIR in init script (Closes: #195290)
  * urgency=medium because 2.55-1 is 9 days old, and testing deserves 2.55
    soon, and these changes are fairly simple
  * Updated french debconf templates (Closes: #195011)

 -- Duncan Findlay <duncf@debian.org>  Fri, 30 May 2003 23:57:06 -0400

spamassassin (2.55-1) unstable; urgency=low

  * New upstream release
  * Fix warning in spamassassin.config (Closes: #193770)

 -- Duncan Findlay <duncf@debian.org>  Tue, 20 May 2003 17:53:18 -0400

spamassassin (2.54-3) unstable; urgency=low

  * Handle the possibility of debconf not being installed when
    spamassassin.preinst is run. (Why didn't lintian catch this?)

 -- Duncan Findlay <duncf@debian.org>  Sat, 17 May 2003 18:38:58 -0400

spamassassin (2.54-2) unstable; urgency=low

  * Improves debconf handling of upgrade from previous versions (like
      woody). (Closes: #191872, #192721)
  * Rewritten spamassassin.config in perl
  * This no longer bends over backwards to fix stuff I broke in 2.11
    (which was never in a stable release, and is over a year old)

 -- Duncan Findlay <duncf@debian.org>  Wed, 14 May 2003 18:39:53 -0400

spamassassin (2.54-1) unstable; urgency=low

  * New upstream release
      Include improved Bayes documentation (Closes: #185221)
      Updates documentation in USAGE.gz (Closes: #185763)
      Better scores (Closes: #191280)
      Added rule TOO_MANY_MUA (Closes: #190380)
      Fixed pyzor reporting (Closes: #184574)
  * Tightened up logcheck messages, for use in
    /etc/logcheck/ignore.d.paranoid (Closes: #187742)
  * Applied patch from Andre Luis Lopes to fix pt_BR tranlations.
      (Closes: #187745)
  * Added french debconf translation (From Christian Perrier
      <bubulle@debian.org>) (Closes: #190113)
  * Added automatic call to debconf-updatepo in debian/rules
  * Added example .muttrc snippet (Closes: #192713)

 -- Duncan Findlay <duncf@debian.org>  Wed, 14 May 2003 00:24:42 -0400

spamassassin (2.53-1) unstable; urgency=low

  * New upstream release (Closes: #185887)
      Fixes false positives in SUBJ_ALL_CAPS from KOI8 mail (Closes:
       #168682)
      Fixes problems with --syslog-socket=none (Closes: #179925)
      Fixes --nouser-config (Closes: #164284)
      base64 and utf-8 no longer penalized (Closes: #165393)
      spamd now does setgid in addition to setuid (Closes: #182869)
      sa-learn docs explain ham as non-spam (Closes: #183286)
      Fixes some Bayes corruption
  * Fixes logcheck format. (Closes: #182838)
  * Added -m option by default. (Closes: #183323)
  * Added po-debconf support (Patch from Andre Luis Lopes
    <andrelop@ig.com.br>) (Closes: #184126)
  * Added a debian/watch file for uscan

 -- Duncan Findlay <duncf@debian.org>  Thu,  3 Apr 2003 19:23:43 -0500

spamassassin (2.50-1) unstable; urgency=low

  * New upstream release: (Closes: #181836)
      Bayesian learner component
      Better scores (Closes: #177317)
      New (and improved!) report format
      Bugfixes!
      Closes: #179641, #166567, #180115, #180117, #164367, #161067,
      #165428, #165731, #170881, #154812, #163179, #164960, #161696,
      #163297, #163328
	
  * Added rules/STATISTICS.txt to /usr/share/doc/spamassassin (Closes: #179799)

 -- Duncan Findlay <duncf@debian.org>  Wed, 26 Feb 2003 22:58:58 -0500

spamassassin (2.44-1) unstable; urgency=low

  * New upstream release (mainly bugfixes) (Closes: #160206)
  * Acknowledge NMU (Closes: #178936)
  * Bumped priority of debconf question to high
    (Closes: #167451, #167452, #169751
  * Removed dependency on libnet-smtp-server-perl (Closes: #175129)
  * Fixed debian/rules CFLAGS with patch from <tino.keitel@web.de>
    (Closes: #176659)
  * Fix lintian warning:
    "W: spamassassin: init-script-suggests-versioned-depends postinst"

 -- Duncan Findlay <duncf@debian.org>  Fri, 31 Jan 2003 19:19:25 -0500

spamassassin (2.43-1.1) unstable; urgency=high

  * Non-maintainer upload at maintainer request
  * Apply patch for overflow as reported to BUGTRAQ
    "SpamAssassin / spamc+BSMTP remote buffer overflow"
    (spamd/libspamc.c)
  * Depending on how spamc is built, this may or may not be
    exploitable

 -- Matt Zimmerman <mdz@debian.org>  Wed, 29 Jan 2003 11:08:12 -0500

spamassassin (2.43-1) unstable; urgency=low

  * New upstream release
  * The -m option is no longer recommended. It is buggy.

 -- Duncan Findlay <duncf@debian.org>  Tue, 15 Oct 2002 23:18:01 -0400

spamassassin (2.42-1) unstable; urgency=low

  * New upstream release
    (Closes: #160309, #160901, #162013, #159704, #163143, #156263)
      Various AWL fixes
      -m fixed (better)
      Various misc bug fixes.
  * Added SENT_BY_AFBACKUP and SENT_BY_APTLC to 65_debian.cf
    (Closes: #155527, #155634)
  * Added --oknodo's in /etc/init.d/spamassassin (Closes: #161981)

 -- Duncan Findlay <duncf@debian.org>  Fri,  4 Oct 2002 18:18:10 -0400

spamassassin (2.41-2) unstable; urgency=low

  * Applies perl-5.8 / -m patch for spamd.
    (Closes: #159826, #159038, #159984)
  * Adds debconf note for removal of spamproxyd (Closes: #159930)

 -- Duncan Findlay <duncf@debian.org>  Sat,  7 Sep 2002 11:23:40 -0400

spamassassin (2.41-1) unstable; urgency=low

  * New upstream release

 -- Duncan Findlay <duncf@debian.org>  Thu,  5 Sep 2002 18:07:13 -0400

spamassassin (2.40-1) unstable; urgency=low

  * New upstream release:
    Spamproxyd removed -- WILL BREAK CONFIGS -- sorry! (Closes: #156938)
    Spamassassin will no longer deliver mail, only filter (-P flag by
     default/can't negate)
    all_spam_to improved to be smarter (Closes: #151320)
    config option to avoid checking dns before use (Closes: #153245)

  * Init script will not fail on stop if spamd not running
    (Closes: #158913)
  * Logcheck files fixed (symlinks removed, messages updated)
    (Closes: #146221, #155295)
  * "N16" fix applied. (Will be in upstream 2.41)
  * Added link to dman's exim integration stuff in README.Debian
    (Closes: #151526)

 -- Duncan Findlay <duncf@debian.org>  Tue,  3 Sep 2002 01:47:17 -0400

spamassassin (2.31-2) unstable; urgency=low

  * Changed Recommends: spamc to Depends: spamc

 -- Duncan Findlay <duncf@debian.org>  Tue, 25 Jun 2002 13:38:15 -0400

spamassassin (2.31-1) unstable; urgency=low

  * New upstream release

 -- Duncan Findlay <duncf@debian.org>  Thu, 20 Jun 2002 23:09:42 -0400

spamassassin (2.30-2) unstable; urgency=low

  * Changed init script to use /var/run/spamd.pid
  * Fixed logcheck file to match setuid succeeded messages
  * Split spamc into a separate package. Let the bug reports begin!
    (Closes: #137140)

 -- Duncan Findlay <duncf@debian.org>  Mon, 17 Jun 2002 14:49:38 -0400

spamassassin (2.30-1) unstable; urgency=low

  * New upstream release (Closes: #140300, #147625, #144482, #143316,
    #146588, #13977)
  * Added debconf e-mails to whitelist (Closes: #147465)
  * Added depends on libtime-hires-perl
  * Moved to section mail (interpreters doesn't make sense - spamassassin
    isn't just a perl module)
  * Removed README.Upgrade. I doubt anyone still uses 1.15

 -- Duncan Findlay <duncf@debian.org>  Sat, 15 Jun 2002 01:24:15 -0400

spamassassin (2.20-2) unstable; urgency=low

  * Added depends on libnet-smtp-server-perl (Closes: #145297). Depending on
    the outcome of bug 119517, this may be downgraded to a Recommends:.
  * Removed extra empty dir /usr/share/spamassassin (Closes: #145323)
  * Added recommends: for libmailtools-perl (Closes: #143935)

 -- Duncan Findlay <duncf@rogers.com>  Fri, 10 May 2002 20:37:08 -0400

spamassassin (2.20-1) unstable; urgency=medium

  * New upstream release. (Closess: #140300, #140910, #143324, #134669,
    #136329, #140422, #140910)
  * This fixes the "razor 1.20-1 bug" (143324)
  * New features. Yay! (including the -S (short-ciruit) flag for spamd)
  * Urgency=medium to beat razor 1.20-1 to woody.

 -- Duncan Findlay <duncf@rogers.com>  Sat, 20 Apr 2002 00:05:40 -0400

spamassassin (2.11-4) unstable; urgency=medium

  * "Fixes" configuration files "problem"/"bug." I'm really not happy with
    putting upstream rules and scores in /etc/spamassassin. But I guess I
    don't have a choice. Do I? (Closes: #141484)
  * Fixes pathes in Mail::SpamAssassin::Conf docs. (Closes: #141172)
  * Fixes "spelling" mistake in description. (Closes #141512)

 -- Duncan Findlay <duncf@rogers.com>  Sun,  7 Apr 2002 22:02:29 -0400

spamassassin (2.11-3) unstable; urgency=low

  * Fixes, and undoes previous damage relating to the logcheck bug (Closes:
    #140773)

 -- Duncan Findlay <duncf@rogers.com>  Tue,  2 Apr 2002 17:57:17 -0500

spamassassin (2.11-2) unstable; urgency=low

  * Fixes the logcheck bug (Closes: #139201)
  * Set SUBJ_FULL_OF_8BITS to 0 (Closes: #140344)
  * Set RCVD_IN_ORBZ to 0 (Closes: #139204)

 -- Duncan Findlay <duncf@rogers.com>  Sat, 30 Mar 2002 14:48:22 -0500

spamassassin (2.11-1) unstable; urgency=medium

  * New upstream release (mainly saner scores)
  * Fixed description in user_prefs file to be less confusing (Closes:
    #136648)
  * urgency=medium since the last upload never quite got to testing

 -- Duncan Findlay <duncf@rogers.com>  Mon,  4 Mar 2002 19:23:08 -0500

spamassassin (2.10-1) unstable; urgency=medium

  * New upstream release
    Closes: #131442, #131317, #133026, #131438, #131193, #136047, #134660,
    #134557
  * New features: _HITS_ and _REQD_ in subject_tag display number
    of hits/required hits, more tests, etc.
  * Fixed minor dependency thing (Closes: #131797)
  * Included logcheck files (Closes: #131161)
  * Actually added README.Upgrade (Closes: #131188)
  * Fixed some postrm to purge old files (from 1.5)
  * Added a line to /etc/init.d/spamassassin to clarify (stupid)
    misconceptions (Closes: #134566)
  * Moved manpages to their proper place (ie. .3perl and .8)
  * Included (fixed) check_whitelist in examples dir (Closes: #135383)
  * Put daemons in /usr/sbin (Closes: #135703)

 -- Duncan Findlay <duncf@rogers.com>  Sun, 17 Feb 2002 19:49:28 -0500

spamassassin (2.01-1) unstable; urgency=low

  * New upstream release (lots of new features!)
    Closes: #129738, #130260, #126461, #123630, #123886, #123889, #128415
  * Added Debian specific config.  (Closes: #126073)
  * Moved spamd to boot up earlier than exim (i.e. 19)  (Closes #131028)

 -- Duncan Findlay <duncf@rogers.com>  Sat, 26 Jan 2002 17:24:05 -0500

spamassassin (1.5-5) unstable; urgency=low

  * Fixed postinst (Closes: #123954)
  * Fixed typo in init. (I really need to learn to spel!) (Closes: #124077)
  * Fixed the dpkg dependency to 1.8.1 (Closes: #123320 again!)
  * Disables foreign character set tests by default (bug 126073, but
    still have to deal with other half)

 -- Duncan Findlay <duncf@rogers.com>  Sat, 22 Dec 2001 16:28:56 -0500

spamassassin (1.5-4) unstable; urgency=low

  * Fixed my (ahem...) little typo (that caused spamassassin to not work at
    all) (Closes: #123721)
  * Moved /etc/default/spamd.conf to /etc/default/spamassassin (Closes:
    #123722)
  * Fixed hang bug in spamassassin.cf (VERY_SUSP_RECIPS and
    VERY_SUSP_CC_RECIPS)

 -- Duncan Findlay <duncf@rogers.com>  Wed, 12 Dec 2001 21:09:21 -0500

spamassassin (1.5-3) unstable; urgency=low

  * Changed the regexp for SUBJ_HAS_UNIQ_ID so it doesn't get triggered on
    stuff like "Subject: Broken: tar -zxvf" (Closes: #123196)
  * Moved /usr/share/perl5/spamassassin.cf and .prefs to
    /usr/share/spamassassin/ (Closes: #123475)
  * Fixed "name" in init script to spamd (not spamassassin) like it was in
    1.5-1 (Closes: #123545)
  * Fixed -e option.  (Closes: #123551)
  * Added Depends on dpkg >= 1.9.0  (I still don't know what version it
    should be. (Closes: #123320 (again!)
  * Got rid of the Conflicts and Replaces on libmail-spamassassin-perl.  I
    figure everyone has upgraded by now, or can figure it out!
  * Got rid of explicit razor depends, now just librazor-perl

 -- Duncan Findlay <duncf@rogers.com>  Tue, 11 Dec 2001 20:14:07 -0500

spamassassin (1.5-2) unstable; urgency=low

  * Added Build-Depends for ia64 (bind-dev)  (Closes some bug yet to be
    filed)
  * Clarfied README.Debian (Closes: #123194, #123240)
  * Fixed word_in_dictionary bug
  * Added warning to spamd users using an old version of dpkg
    (Closes: #123320)
  * Added mass-check to examples (for bug 123290)

 -- Duncan Findlay <duncf@rogers.com>  Mon, 10 Dec 2001 11:37:57 -0500

spamassassin (1.5-1) unstable; urgency=low

  * Initial Release. (Closes: #120975)

 -- Duncan Findlay <duncf@rogers.com>  Fri,  7 Dec 2001 20:54:03 -0500