-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangeLog.1
802 lines (420 loc) · 24 KB
/
ChangeLog.1
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
Mailfilter ChangeLog
-=-=-=-=-=-=-=-=-=-=
Sun Jul 20 23:09:01 CEST 2003 Andreas Bauer <[email protected]>
* Checked in 0.7 today and opened a branch for it. It is a
complete rewrite of *all* mailfilter sources.
Wed Feb 5 17:44:22 CET 2003 Andreas Bauer <[email protected]>
* Added --return-value command line switch
* Set default value for HIGHSCORE to 100
* Updated man pages: mailfilter.1 and mailfilterex.5
Sun Feb 2 19:36:49 CET 2003 Andreas Bauer <[email protected]>
* mailfilter returns 0 if there's no messages on the servers,
a positive integer otherwise
Thu Jan 30 17:10:46 CET 2003 Andreas Bauer <[email protected]>
* Hopefully fixed parser; ID token definition is back to how it used
to be in 0.5.0
Wed Jan 22 16:33:52 CET 2003 Andreas Bauer <[email protected]>
* Fixed SCORE_CASE and SCORE_NOCASE
Sun Jan 19 12:33:44 CET 2003 Andreas Bauer <[email protected]>
* Added scoring
Wed Jan 1 20:20:51 CET 2003 Andreas Bauer <[email protected]>
* Changed dates in source and Makefiles from 2002 to 2003
Sat Oct 26 19:49:58 EST 2002 Andreas Bauer <[email protected]>
* Added --test to command line options.
* Readded configure.ac flag for dynamic/static linking.
Fri Oct 25 15:18:07 EST 2002 Andreas Bauer <[email protected]>
* autogen.sh: use AC_CONFIG_HEADERS.
* configure.ac: use AC_CONFIG_HEADERS, AM_INIT_AUTOMAKE w/o args,
fix brackets, remove PETI_ENABLED_DYNAMIC_LINKING, etc.
* src/Makefile.am: change YFLAGS
Die Okt 8 17:19:06 CEST 2002 Joerg Jaspert <[email protected]>
* Big changeset. :)
* Updated to autoconf2.54, automake-1.6, gettext 0.11.5
* This renames configure.in to configure.ac, so old autoconf's cant
run anymore. You need the new one!
* Added every header checks that autoscan suggested to the existing
ones. Same goes for check_funcs.
* Added a small macro to configure.ac. Now you are able to build a
static version of mailfilter with just a configure switch.
* Removed: acconfig.h, the whole macros subdir.
* autogen.sh now does the work, it doesnt call another autogen.sh
* Added subdir m4 with ChangeLog, Makefile.am and
acinclude.m4. Everything else gets added at autogen.sh runtime.
* Added Makefile.am to contrib/ and list every file there in EXTRA_DIST
so they get into the next Release Tarball.
* Added MakeVars to po/ to make gettext happy.
* Changed some of the po/*.po files. One was missing a correct Charset
definition (which breaks things), others just some format errors (%c%s
in english, --%s in translated). If you are a Translator please adjust
your file to the newest mailfilter version. And please always change
the Header with the correct mailfilter version. I have done that for
the missing ones, inserted 0.3.3 there for now.
* Updated src/getopt.c src/getopt1.c and src/getopt.h to the newest
versions.
* Changed some files in src/ to have PACKAGE_NAME and PACKAGE_VERSION
instead of NAME and VERSION now, new automake stuff now provides these
defines.
* Modified src/Makefile.am to work even if you do VPATH buildings and to
still not include the autogenerated source in the dist tarball.
* Now longer run gettextize in autogen.sh, we now use autopoint for that
work.
Son Okt 6 00:03:04 CEST 2002 Joerg Jaspert <[email protected]>
* Added contrib/mfdelete.stat from Tim Moore.
Fre Sep 27 15:01:16 CEST 2002 Joerg Jaspert <[email protected]>
* Added contrib/* Files from Kay Schulz.
Son Sep 22 03:10:02 CEST 2002 Joerg Jaspert <[email protected]>
* Applied patch to doc/win_src_Makefile.am, to get the lex/bison
stuff always regenerated at built-time
Sun Sep 22 10:33:03 EST 2002 Andreas Bauer <[email protected]>
* Merged my src/Makefile.am with Joerg's changes to that file
Sat Sep 14 13:19:37 EST 2002 Andreas Bauer <[email protected]>
* Changed src/Makefile.am, such that make alldist works again
Sun Aug 25 16:07:27 EST 2002 Andreas Bauer <[email protected]>
* Windows users can now use _mailfilterrc
Fri Jul 26 12:03:28 EST 2002 Andreas Bauer <[email protected]>
* Updated man pages and documentation
Wed Jul 17 09:07:36 EST 2002 Andreas Bauer <[email protected]>
* Added Greek language translation
* Added APOP support (md5c.c, md5.h)
* Modified man pages to reflect changes
Tue Jun 18 12:25:48 CEST 2002 Andreas Bauer <[email protected]>
* Fixed Makefile.am bug that caused recompilation upon make install
Fri May 31 22:40:55 CEST 2002 Andreas Bauer <[email protected]>
* Removed GNOME stuff from autogen (and related) scripts
* Updated documentation for Windows installations
* Added MAKE switch to the win_configure.in file
Fri May 24 15:06:50 CEST 2002 Andreas Bauer <[email protected]>
* Updated man pages
Sun May 12 17:42:52 CEST 2002 Andreas Bauer <[email protected]>
* Updated Spanish translations
* Readded and modified acconfig.h for users of autoconf 2.13 (and lower
numbers). Hope it doesn't break anything...
Sat May 11 18:02:50 CEST 2002 Andreas Bauer <[email protected]>
* Updated TODO, German translations
Sun Apr 28 10:00:55 CEST 2002 Andreas Bauer <[email protected]>
* Updated INSTALL, TODO, THANKS and FAQ
Sun Apr 21 14:23:39 CEST 2002 Andreas Bauer <[email protected]>
* Changed this (overdue) ugly while-condition in SocketConnection once
again, to explicitly differ between single- and multi-line responses
* The TOP command can now be defined individually in the config.h file
Sat Apr 20 16:16:35 CEST 2002 Andreas Bauer <[email protected]>
* Substantial changes in the SocketConnection::receiveHost()
function: changed while-condition, such that mailfilter works
with this weird Tiscali POP3 Proxy v1.0
Fri Apr 19 09:28:39 CEST 2002 Andreas Bauer <[email protected]>
* (Hopefully) Fixed a bug that caused mailfilter to crash upon syntax
errors in the rcfile, once the filters have been pre-compiled
* Minor modifications in Makefile.am
* Added Russian translations
Wed Apr 17 20:40:01 CEST 2002 Andreas Bauer <[email protected]>
* Fixed a bug that would ignore -L and -v switches if LOGFILE or
VERBOSE were specified in the rcfile
Sun Mar 3 11:40:49 CET 2002 Andreas Bauer <[email protected]>
* If there's a syntax error in the rcfiles, mailfilter now reports the
proper file name and according line number
* If rcfile can not be found, then the right error string gets printed
now (oops)
Sun Feb 24 10:12:08 CET 2002 Andreas Bauer <[email protected]>
* If verbose = 6 and show_headers = yes headers are logged only once
now
Thu Feb 21 13:51:06 CET 2002 Andreas Bauer <[email protected]>
* Catching write errors in SocketConnection.cc now (hopefully)
* Runtime errors return program satus -1 now, instead of 0. Oops!
* man pages are updates with INCLUDE keyword
Wed Feb 20 22:37:14 CET 2002 Andreas Bauer <[email protected]>
* Added nested rcfiles
Tue Feb 19 12:02:29 CET 2002 Andreas Bauer <[email protected]>
* Improved rcfile parsing, updated version number to 0.3.2
* Added stuff to INSTALL and FAQ
* Added doc/supported_servers
Sun Feb 17 22:01:47 CET 2002 Andreas Bauer <[email protected]>
* Mailfilter is showing allow rules in the log files if verbosity level is
greater or equal 5
Sat Feb 16 17:32:09 CET 2002 Andreas Bauer <[email protected]>
* Hopefully fixed the parameter handling in the rcfile, i. e. password and
username may consist of only digits from now on
Wed Jan 2 15:25:13 GMT 2002 Andreas Bauer <[email protected]>
* Fixed a type conversion problem in signal handling code
* Updated copyright remarks
* Minor updates in Makefile.am (no, they don't break the Windows
version...)
Mon Dec 3 18:58:55 GMT 2001 Andreas Bauer <[email protected]>
* Fixed Windows bison configuration
Sun Dec 2 12:34:30 GMT 2001 Andreas Bauer <[email protected]>
* Changed Makefile dependencies in src/
* Fixed up spec.in file
Tue Nov 27 18:48:03 CET 2001 Andreas Bauer <[email protected]>
* Updated FAQ today, i. e. added Brian Hall's tunnel script to it
* Added Carlos Valdivia Yagüe Spanish translation
* Added some Italian translation additions by Matteo Merli
Wed Nov 21 16:08:01 GMT 2001 Andreas Bauer <[email protected]>
* Rcfile parser "understands" tabs now, too
Mon Nov 19 20:10:58 GMT 2001 Andreas Bauer <[email protected]>
* Added proper rcfile scanner + parser (rcfile.yy, rcfile.ll)
* Adjusted doc/win_* for Cygwin/Windows to use the new functionality
Wed Nov 14 17:03:03 GMT 2001 Andreas Bauer <[email protected]>
* Fixed a bug that caused Mailfilter to swallow a newline, in case of
empty subject strings (bad)
Sat Nov 10 10:08:58 GMT 2001 Andreas Bauer <[email protected]>
* Extended po/README.Developer so people can keep the translations up
to date
* Read() call in SocketConnection.cc only adds a null terminator on each
line if necessary, not after _every_ line
* Added more debug code to RFC822.cc to see what's happening with RE
compilation
Thu Nov 8 12:03:05 GMT 2001 Andreas Bauer <[email protected]>
* Added SIGALRM signal handling to SocketConnection.cc
* Added SIGINT signal handling to mailfilter.cc
Wed Nov 7 13:45:10 GMT 2001 Andreas Bauer <[email protected]>
* Removed additional null-terminator in RFC822.cc normalise()
Sun Nov 4 15:59:25 GMT 2001 Andreas Bauer <[email protected]>
* Changed a couple of function signatures to return and take const
values
Sat Nov 3 23:05:58 GMT 2001 Andreas Bauer <[email protected]>
* Changed parsing of e-mail headers in RFC822.cc and rewrote Header.*
pretty much totally
Fri Nov 2 17:57:35 GMT 2001 Andreas Bauer <[email protected]>
* Fixed an error that caused wrong program output in the mailfilter logs
Wed Oct 31 13:07:08 GMT 2001 Andreas Bauer <[email protected]>
* Some documentation updates
* Minor code clean-ups
* Fixed broken error handling, now you get a nifty message again if a
time out occurs, or the network connection is dead, etc.
Tue Oct 30 17:35:19 GMT 2001 Andreas Bauer <[email protected]>
* Made the bastard compile with Cygwin and added documentation for it
to the doc/ directory
Sun Oct 28 16:08:21 GMT 2001 Andreas Bauer <[email protected]>
* rcfile is not sought in /home/<username> anymore, by default; that will
force the user to set $HOME correctly
* Added
Connection.*
Checker.*
SocketConnection.*
WinSockConnection.*
RegExp.*
to src/ in order to seperate networking code from the rest of the
program logics
* Rewrote almost all string handling routines
* Default value for MAXLENGTH is 0 now/again
Wed Oct 10 18:38:37 GMT 2001 Andreas Bauer <[email protected]>
* Added option to define a time span in seconds that Mailfilter waits
for a server response, after a command was issued
Fri Sep 28 17:16:56 CEST 2001 Andreas Bauer <[email protected]>
* If maximum line length is exceeded, then Mailfilter prompts which
header field caused the deletion
* Rearranged some program output (nothing big)
Wed Sep 26 22:27:04 CEST 2001 Andreas Bauer <[email protected]>
* Added Russian translation of the rcfile2.example (courtesy Alex A. Puchow)
* Updated mailfilterrc man page to reflect changes
* Added option to define maximum line lengths of header fields
* Changed header parsing slightly, such that program output
does not contain unwanted control characters anymore
Wed Aug 15 15:10:17 CEST 2001 Andreas Bauer <[email protected]>
* Added negative filter descriptions to man/mailfilterrc.5
* Fixed up FAQ (with add-ons of Til Schubbe)
Tue Aug 14 15:28:50 CEST 2001 Andreas Bauer <[email protected]>
* Fixed a bug in normalisation that threw Mailfilter in an endless loop
if subjects ended with more than the two usual white-space characters
<CR><LF>
* Added some boring debug code to Account.cc
Sat Aug 11 21:12:56 CEST 2001 Andreas Bauer <[email protected]>
* Field-names in e-mail headers may now start with lower case letters, ie
parsing should now be fully RFC822 compliant
* Normalisation handles multiple white-space characters ok now
Mon Jul 30 14:48:51 CEST 2001 Andreas Bauer <[email protected]>
* Headers are parsed now up to length() - 3 bytes, cause of the closing
<CR><CR>.<CR> which we are not interested in
Sat Jul 28 18:03:12 CEST 2001 Andreas Bauer <[email protected]>
* config.h is only loaded if HAVE_CONFIG_H is specified
* Changed mailfilter.spec.in (added translations)
* Display message size when size limit is exceeded
* Added rm -fr *~ to Makefile.am
Wed Jul 18 11:28:34 CEST 2001 Andreas Bauer <[email protected]>
* Print line number of rcfile in case of an error
Tue Jul 10 14:29:06 CEST 2001 Andreas Bauer <[email protected]>
* Changed source code, so Mailfilter compiles with the new GCC 3.0
* Updated doc/Makefile.am
Mon Jul 9 14:04:39 CEST 2001 Andreas Bauer <[email protected]>
* Added sample rcfiles
* Added (and modified) Portuguese translations (courtesy Frederic Meunier)
* Updated man pages and FAQ to reflect change in verbosity levels
Tue Jun 19 11:46:33 CEST 2001 Andreas Bauer <[email protected]>
* Bug fix: Normalisation works again properly
Sun Jun 10 19:19:23 CEST 2001 Andreas Bauer <[email protected]>
* Fixed a bug that caused normalisation to break on capital-only message
tags
* Changed verbose levels so that usernames are appended to the current
account names (Thanks to Etienne Herlent for the original patch)
* Cleaned up documentation a bit (man page, faq)
Thu May 31 20:26:52 CEST 2001 Andreas Bauer <[email protected]>
* Updated spec file
* Switched version number to 0.2.0
* Updated documentation (man pages, FAQ, etc.)
Wed May 23 20:53:43 CEST 2001 Andreas Bauer <[email protected]>
* Added keyword DEL_DUPLICATES
* Created the seperate Header class to store the message header and provide
additional functionality, e.g. to delete duplicate messages later on
Wed May 16 20:02:38 CEST 2001 Andreas Bauer <[email protected]>
* Passwords don't show up in log files anymore
Tue May 8 11:35:53 CEST 2001 Andreas Bauer <[email protected]>
* Added Italian translations (see AUTHORS file)
Sun May 6 09:37:57 CEST 2001 Andreas Bauer <[email protected]>
* Code and directory strucutre clean-ups
Sun Apr 29 11:05:34 CEST 2001 Andreas Bauer <[email protected]>
* Mailfilter now stores multiple lines if the "To:" or "Cc:", etc. fields
are seperated by new-lines by diverting them into new-lines
* Minor documentation updates (version numbers, typos and wrong references)
Wed Apr 25 17:23:10 CEST 2001 Andreas Bauer <[email protected]>
* Created ABOUT-NLS in the top level directory of Mailfilter, added the
gettext issues to the TODO list
* Removed BUGS file
Mon Apr 23 20:37:09 CEST 2001 Andreas Bauer <[email protected]>
* Replaced the algorithm for negative filters
* Renamed checkForSpam() into checkFilter() and added checkNegFilter()
Tue Feb 27 22:43:28 GMT+1 2001 Andreas Bauer <[email protected]>
* Added French translations, thanks to Etienne (see AUTHORS file)
* Added more files to po/POTFILES.in so all texts get translated properly
Mon Feb 26 10:54:00 GMT+1 2001 Andreas Bauer <[email protected]>
* Added basic support for GNU gettext to achieve internationalisation of
Mailfilter, yet the translation has to be done though. What's there right
now is only the configuration and set-up
* Added section on negative message filters to mailfilterex(5) man page
Sun Feb 25 16:14:32 GMT+1 2001 Andreas Bauer <[email protected]>
* Fixed up negative filters so they can be applied to any kind of email
message tag
Sat Feb 24 15:43:00 GMT+1 2001 Andreas Bauer <[email protected]>
* <> - filters are now case-sensitive as all the other filters
Fri Feb 23 13:32:03 GMT+1 2001 Andreas Bauer <[email protected]>
* Added keyword DENY<> for negative filters
* Fixed up program configuration (spec files, etc.)
Tue Jan 30 17:53:04 GMT+1 2001 Andreas Bauer <[email protected]>
* Fixed up spelling mistakes (shame on me) and minor grammatical glitches
Fri Jan 26 10:50:17 GMT+1 2001 Andreas Bauer <[email protected]>
* Fixed up mailfilter.cc: replaced exit() with return and changed help
and version info
* Fixed up documentation and man pages
Thu Jan 25 17:08:58 GMT+1 2001 Andreas Bauer <[email protected]>
* Added mailfilterex(5) and mailfilterrc(5) man pages
* Improved creation of error reports when malformed or deprecated
keywords are found
* Fixed a bug with the old error handling that didn't show the rcfile name
correctly
* Fixed up specs file for RPMs, INSTALL was added to it
Wed Jan 24 22:43:05 GMT+1 2001 Andreas Bauer <[email protected]>
* Added proper man page mailfilter(1) and kicked out help2man instead
* All man pages go in man/ from now on
Sun Jan 21 14:39:10 GMT+1 2001 Andreas Bauer <[email protected]>
* Normalised subjects are checked after the 'pure' subject string
has passed all filters
* Added keyword REG_NEWLINE and replaced ICASE with REG_ICASE
* Added keywords for RE testing: TEST and SHOW_HEADERS
Thu Jan 18 18:49:40 GMT+1 2001 Andreas Bauer <[email protected]>
* Added support for extended Regular Expressions (keyword REG_TYPE)
* Added normalisation of Subject lines (keyword NORMAL)
Sun Jan 14 17:40:25 GMT+1 2001 Andreas Bauer <[email protected]>
* Added regfree() in Preferences.cc to clean up memory taken from all the RE
stuff
* Changed pre-compilation of REs from storing results in a temporary buffer
to writing it directly into the according data structures
Fri Jan 12 20:35:55 GMT+1 2001 Andreas Bauer <[email protected]>
* Added error message when the mail server connection could be established
but the server does not respond to any commands of the client
Sun Jan 7 14:47:11 GMT+1 2001 Andreas Bauer <[email protected]>
* Improved logging capabilities. Log file only gets opened once, instead of
closing and opening it all the time. Also fixed up some error messages.
* Other bug fixes, mainly to handle situations in which the DELE command
failed.
Fri Jan 5 20:57:58 GMT+1 2001 Andreas Bauer <[email protected]>
* Rewrote large parts of PopAccount.cc to improve error handling. Added
receiveStatus() to have a very fast function for receiving server status
messages. The good thing is it doesn't need to throw exceptions either.
* Fixed obvious linkage problem with standard C header files
Wed Jan 3 19:09:47 GMT+1 2001 Andreas Bauer <[email protected]>
* All Regular Expressions are now only compiled once to speed things up
drastically
* All messages get checked immediately instead of storing them first. This is
to avoid running out of heap memory when huge ammounts of mail arrive
* Added verbosity level 6 and made filters show up when messages get deleted
Sat Dec 30 14:25:44 GMT+1 2000 Andreas Bauer <[email protected]>
* Added different levels of verbosity (0 - 5)
Thu Dec 28 14:33:25 GMT+1 2000 Andreas Bauer <[email protected]>
* Added MAXSIZE_ALLOW and MAXSIZE_DENY keywords. Fixed bugs for the frehsly
implemented ALLOW keyword.
Wed Dec 27 22:57:34 GMT+1 2000 Andreas Bauer <[email protected]>
* Added keyword ALLOW to define messages that should always pass
the filter
Tue Dec 26 18:01:05 GMT+1 2000 Andreas Bauer <[email protected]>
* Added command RSET to the delete() function in PopAccount.cc to avoid
unnecessary confusion in the mailbox when errors occur during delete
Sun Dec 24 13:19:40 GMT+1 2000 Andreas Bauer <[email protected]>
* Removed a potential buffer overflow problem in PopAccount.cc.
cmd[32] was either removed where possible or increased to cmd[64]
where necessary. (Thanks to Etienne Herlent for pointing it out.)
Sat Dec 23 10:27:48 GMT+1 2000 Andreas Bauer <[email protected]>
* Added keywords DENY_CASE and DENY_NOCASE to make filters more specific
and to allow better filtering when having ICASE set to 'no'
Tue Dec 19 20:02:06 GMT-5 2000 Matthew R. MacIntyre <[email protected]>
* src/Preferences.cc: added check for malformed keywords: causes
an error message to be displayed to stderr and the program to be
exited in error.
Tue Dec 19 16:25:06 GMT+1 2000 Andreas Bauer <[email protected]>
* It seems Mailfilter was always reading at least one byte more from
any input streams than allowed. These few extra bytes are now being
caught and stored and hopefully new versions of glibc like Mailfilter
a lot more now.
* Mailfilter now allows ',' in the passwords and complains if the password
that was sent to the server was incorrect.
Wed Dec 13 15:31:17 GMT+1 2000 Andreas Bauer <[email protected]>
* Found and removed a silly bug that made Mailfilter delete messages
several times if the e-mails apply to the filters several times.
Thanks Bob for finding this behaviour in the program!
Sun Dec 10 13:15:56 GMT+1 2000 Andreas Bauer <[email protected]>
* Made Mailfilter compatible with mail servers that use more than a single
byte stream to send out their response - in particular IMail used on a
Windows NT box.
* Clean up of some objects in PopAccount.cc right after use instead
of calling one big clean-up procedure. Does it fix memory problems?
Fri Dec 8 11:51:21 GMT-5 2000 Matthew R. MacIntyre <[email protected]>
* src\Preferences.cc, src\Preferences.hh, src\PopAccount.cc:
Applied patch created by Ivan Vitjuk to allow case-insensitive
regular expression matching in the .mailfilterrc file.
Tue Dec 5 13:20:56 GMT+1 2000 Andreas Bauer <[email protected]>
* Mailfilter now properly recognizes the end of an e-mail header with
isHeaderEnd() - the closing CRLF was not read before
* Again, rewrote major parts of the I/O routines after discovering another
serious memory leak in them
* Applied a patch to Mailfilter which fixes a problem reading the program's
preferences. Thanks Ivan!
* Fixed a bug that Mailfilter would delete messages that exceeded the
MAXSIZE limit, but wouldn't report it in the log nor on the screen
Fri Nov 24 13:32:16 GMT+1 2000 Andreas Bauer <[email protected]>
* Fixed a _major_ problem with I/O. Mailfilter doesn't break anymore
under heavy network traffic mainly due to a complete rewrite of the
part dealing with nonblocking access
* I/O is much faster now
* Parsing of messages fixed. The last line of the e-mail header used to lose
its last few characters
* Changed Mailfilter output slightly
* Fixed problem with MAXSIZE. Messages got deleted when MAXSIZE was not
set
* Fixed lnsl issue. Mailfilter now compiles and runs under Solaris and Irix
again and according to Matt also on FreeBSD
* Changed from LICENSE to COPYING - more GNU compliant
* Changed INSTALL and FAQ
Tue Nov 21 21:10:23 GMT+1 2000 Matthew R. MacIntyre <[email protected]>
* Fixed issue with getopt. It is now always compiled in, no matter whether
it's preinstalled or not; works for FreeBSD
* Included lsocket and lnsl in configure.in; somehow lnsl is still broken
though
Tue Nov 21 14:00:38 GMT+1 2000 Andreas Bauer <[email protected]>
* Created PopAccount.cc, PopAccount.hh.
Restructured source code to a more object oriented layout.
PopAccount is now derived from a virtual class Account that
takes care of storing headers as this should be the same for all
kind of accounts, protocols, etc.
* Fixed a small problem with the --mailfilterrc switch
(thanks to Tobias Ebner for reporting this problem)
Sun Nov 19 15:31:23 GMT+1 2000 Matthew R. MacIntyre <[email protected]>
* Improved help and version info
* Improved error handling
* Introduced automake to Mailfilter (does not work for Solaris yet)