| 236 |
Linux PPC fixes (and all other archs where char is |
Linux PPC fixes (and all other archs where char is |
| 237 |
unsigned). |
unsigned). |
| 238 |
|
|
| 239 |
2002-??-?? 2.9b39 Applied Maildir feature patch by drt@un.bewaff.net, |
2002-xx-xx 2.9b39 Added a new feature, --store-mail (-I), which will |
| 240 |
|
deliver an encrypted mix packet to the message pool |
| 241 |
|
without attempting being decrypted. |
| 242 |
|
Made minor updates for WIN32 DLL. |
| 243 |
|
When sending type II messages interactivly you may |
| 244 |
|
now choose a middleman remailer as the last hop |
| 245 |
|
in your chain (closes: #481244). |
| 246 |
|
If a footer.txt file exists its content will be |
| 247 |
|
appended to outgoing messages leaving the remailer |
| 248 |
|
network at this hop (closes: #490117). |
| 249 |
|
List known remailers in remailer-conf reply (closes: |
| 250 |
|
#480330). |
| 251 |
|
The files created with "SENDMAIL outfile" have |
| 252 |
|
different names now to scale beyond 10k files |
| 253 |
|
(closes: #587593). |
| 254 |
|
Fixed the "is a mailfolder" checking for -f. |
| 255 |
|
Various fixes for Mixmaster when not using ncurses. |
| 256 |
|
Added new option --config to allow loading of |
| 257 |
|
configuration information from an alternate file. |
| 258 |
|
POOL is now used correctly if set in mix.cfg. |
| 259 |
|
ASCII armor checksum is now verified on PGP keys. |
| 260 |
|
Corrected a bug where 1/4096 of pgp messages was |
| 261 |
|
destroyed due an improper armor checksum |
| 262 |
|
interpretation. |
| 263 |
|
Added password-based authenticated SMTP for mix. |
| 264 |
|
Currently, only AUTH LOGIN is supported. |
| 265 |
|
Mixmaster now handles <CR><LF> in pubring.mix. |
| 266 |
|
Removed incorrect NT service checks in mix.c. |
| 267 |
|
Documentation updates. |
| 268 |
|
|
| 269 |
|
2002-??-?? MAIN Applied Maildir feature patch by drt@un.bewaff.net, |
| 270 |
with some changes by PP: |
with some changes by PP: |
| 271 |
MAILBOX can now be a Maildir (closes: #586223). |
MAILBOX can now be a Maildir (closes: #586223). |
| 272 |
New option MAILIN that can be set to either a mbox |
New option MAILIN that can be set to either a mbox |
| 274 |
and the folder cleared every time Mixmaster |
and the folder cleared every time Mixmaster |
| 275 |
processes its pool, or at MAILINTIME intervals |
processes its pool, or at MAILINTIME intervals |
| 276 |
(closes: #597043). |
(closes: #597043). |
|
When sending type II messages interactively you may |
|
|
now choose a middleman remailer as the last hop |
|
|
in your chain (closes: #481244). |
|
|
If a footer.txt file exists its content will be |
|
|
appended to outgoing messages leaving the remailer |
|
|
network at this hop (closes: #490117). |
|
|
List known Mixmasters/cpunks in remailer-conf reply |
|
|
(closes: #480330). |
|
| 277 |
Mixmaster in daemon mode reloads configuration on |
Mixmaster in daemon mode reloads configuration on |
| 278 |
SIGHUP. Upon receiving SIGTERM or SIGINT it will |
SIGHUP. Upon receiving SIGTERM or SIGINT it will |
| 279 |
finish its current queue run and then exit |
finish its current queue run and then exit |
| 288 |
Mixmaster now prompts for secret key passphrase when |
Mixmaster now prompts for secret key passphrase when |
| 289 |
started in daemon mode. |
started in daemon mode. |
| 290 |
The Mixmaster daemon now writes a pid file. |
The Mixmaster daemon now writes a pid file. |
|
The files created with "SENDMAIL outfile" have |
|
|
different names now to scale beyond 10k files |
|
|
(closes: #587593). |
|
| 291 |
Mixmaster checks expiration and revocation status of |
Mixmaster checks expiration and revocation status of |
| 292 |
pgp keys, userids, and subkeys. |
pgp keys, userids, and subkeys. |
| 293 |
Mixmaster will not encrypt or sign with a revoked |
Mixmaster will not encrypt or sign with a revoked |
| 312 |
seemed sensible. |
seemed sensible. |
| 313 |
Mixmaster now generates dummy messages automatically |
Mixmaster now generates dummy messages automatically |
| 314 |
as mail enters and exits the pool. |
as mail enters and exits the pool. |
|
Fixed the "is a mailfolder" checking for -f. |
|
|
Various fixes for Mixmaster when not using ncurses. |
|
|
Added new option --config to allow loading of |
|
|
configuration information from an alternate file. |
|
|
POOL is now used correctly if set in mix.cfg. |
|
|
ASCII armor checksum is now verified on PGP keys. |
|
|
Corrected a bug where 1/4096 of pgp messages was |
|
|
destroyed due an improper armor checksum |
|
|
interpretation. |
|
|
Added password-based authenticated SMTP for mix. |
|
|
Currently, only AUTH LOGIN is supported. |
|
|
Mixmaster now handles <CR><LF> in pubring.mix. |
|
|
Removed incorrect NT service checks in mix.c. |
|