annotate ChangeLog @ 54:6e530dd3dd89

added comment about bounce handling
author mortenp
date Wed, 28 Apr 2004 01:50:17 +1000
parents 5c0d2fceed82
children 6fc67cdd9570
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
54
6e530dd3dd89 added comment about bounce handling
mortenp
parents: 53
diff changeset
1 o Add primitive bounce handling
53
5c0d2fceed82 *** empty log message ***
mmj
parents: 43
diff changeset
2 o mlmmj-recieve now forks before exec'ing on
43
3927a32c3361 *** empty log message ***
mmj
parents: 40
diff changeset
3 o mlmmj-{,un}sub now uses mmap and friends for better performance
32
80d78590635e Adjust ChangeLog and README to pending 0.3.2 release
mmj
parents: 9
diff changeset
4 0.3.2
40
6708b06cf9c9 ChangeLog entry about loggin enhancement
mmj
parents: 36
diff changeset
5 o Logging enhancement
36
b81af15bf60c ChangeLog update
mmj
parents: 32
diff changeset
6 o Send on the full path to the binaries around in the program since
b81af15bf60c ChangeLog update
mmj
parents: 32
diff changeset
7 execlp needs it.
b81af15bf60c ChangeLog update
mmj
parents: 32
diff changeset
8 o Make mlmmj-make-ml.sh use /bin/sh not /bin/bash
32
80d78590635e Adjust ChangeLog and README to pending 0.3.2 release
mmj
parents: 9
diff changeset
9 o Rename mlmmj-{subscribe,unsubscribe} to mlmmj-{sub,unsub}
9
e226ec6c1e74 ChangeLog addition and version bump to 0.3.2 for now.
mmj
parents: 0
diff changeset
10 o Cleanup and reimplementation of several functions that needed it badly
0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
11 0.3.1
21ce01de8109 Initial revision
mmj
parents:
diff changeset
12 o Add BINDIR (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
13 o Fix retstruct->emaillist initialize (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
14 o Log handling adjustments (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
15 o Touch subscribers and index (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
16 0.3.0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
17 o Footer addition. Make a file called /path/to/listname/footer and it will be
21ce01de8109 Initial revision
mmj
parents:
diff changeset
18 added to all mails.
21ce01de8109 Initial revision
mmj
parents:
diff changeset
19 o Implement the help function. Send a mail to listname+help to get help. Also
21ce01de8109 Initial revision
mmj
parents:
diff changeset
20 address used as From: address when sending sub/unsub mails
21ce01de8109 Initial revision
mmj
parents:
diff changeset
21 o Make find_subscriber more safe (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
22 o Completely use EXIT_macro (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
23 0.2.2
21ce01de8109 Initial revision
mmj
parents:
diff changeset
24 o Add proper checks for the execpl (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
25 o Use EXIT_ macros for exit (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
26 o Try /dev/urandom before /dev/random
21ce01de8109 Initial revision
mmj
parents:
diff changeset
27 o Make the random_int() function work without /dev/random, which is not
21ce01de8109 Initial revision
mmj
parents:
diff changeset
28 present on DEC-Unix/Tru64 (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
29 o Make -V print the version
21ce01de8109 Initial revision
mmj
parents:
diff changeset
30 0.2.1
21ce01de8109 Initial revision
mmj
parents:
diff changeset
31 o Make the From: header on sub/unsub mails be listname+help
21ce01de8109 Initial revision
mmj
parents:
diff changeset
32 o Double check the subscription address before adding.
21ce01de8109 Initial revision
mmj
parents:
diff changeset
33 o The From header should be generated according to archive in the list mails
21ce01de8109 Initial revision
mmj
parents:
diff changeset
34 for proper bounce handling
21ce01de8109 Initial revision
mmj
parents:
diff changeset
35 o Cannot specify both -c and -C to mlmmj-{unsub,sub}scribe
21ce01de8109 Initial revision
mmj
parents:
diff changeset
36 o Small bugfixes
21ce01de8109 Initial revision
mmj
parents:
diff changeset
37 0.2.0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
38 o Implement subscription and unsubscription by email
21ce01de8109 Initial revision
mmj
parents:
diff changeset
39 o Remove the need for the -l switch by introducing a listaddress file in the
21ce01de8109 Initial revision
mmj
parents:
diff changeset
40 mailinglist directory
21ce01de8109 Initial revision
mmj
parents:
diff changeset
41 o Make use of a queue directory, and not move mails to the archive before they
21ce01de8109 Initial revision
mmj
parents:
diff changeset
42 are processed by mlmmj-send.
21ce01de8109 Initial revision
mmj
parents:
diff changeset
43 0.1.4
21ce01de8109 Initial revision
mmj
parents:
diff changeset
44 o Properly handle the replies from the mailserver on our requests. Still need
21ce01de8109 Initial revision
mmj
parents:
diff changeset
45 some kind of requeing mechanism though.
21ce01de8109 Initial revision
mmj
parents:
diff changeset
46 o Use automake and autoconf
21ce01de8109 Initial revision
mmj
parents:
diff changeset
47 o Use fcntl instead of flock
21ce01de8109 Initial revision
mmj
parents:
diff changeset
48 o Add a script to make the mailinglist directories - thanks hennebird
21ce01de8109 Initial revision
mmj
parents:
diff changeset
49 0.1.3
21ce01de8109 Initial revision
mmj
parents:
diff changeset
50 o Make it write \r\n for each \n.
21ce01de8109 Initial revision
mmj
parents:
diff changeset
51 o Convert everything possible to snprintf
21ce01de8109 Initial revision
mmj
parents:
diff changeset
52 o Make valgrind (http://developer.kde.org/~sewardj/) find no error, leaks
21ce01de8109 Initial revision
mmj
parents:
diff changeset
53 anything
21ce01de8109 Initial revision
mmj
parents:
diff changeset
54 0.1.2
21ce01de8109 Initial revision
mmj
parents:
diff changeset
55 o Made mlmmj-unsubscribe
21ce01de8109 Initial revision
mmj
parents:
diff changeset
56 o Made mlmmj-subscribe
21ce01de8109 Initial revision
mmj
parents:
diff changeset
57 o Fix the indexnumber in the From header. Was reversed.
21ce01de8109 Initial revision
mmj
parents:
diff changeset
58 0.1.1
21ce01de8109 Initial revision
mmj
parents:
diff changeset
59 o Custom headers. Add a file called 'customheaders' in the listdir
21ce01de8109 Initial revision
mmj
parents:
diff changeset
60 and it will be added. Should be used for Reply-To: if God forbid someone
21ce01de8109 Initial revision
mmj
parents:
diff changeset
61 wants to use that.
21ce01de8109 Initial revision
mmj
parents:
diff changeset
62 o Cleanup a bit
21ce01de8109 Initial revision
mmj
parents:
diff changeset
63 0.1.0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
64 o Initial version working with archiving and not much else apart from the
21ce01de8109 Initial revision
mmj
parents:
diff changeset
65 same functionality as a list in /etc/aliases