| 171 |
|
|
| 172 |
2002-07-21 ?????? Removed duplicate define of NYMDB from menu.h. |
2002-07-21 ?????? Removed duplicate define of NYMDB from menu.h. |
| 173 |
Fix a strncat() to undefined string variable in |
Fix a strncat() to undefined string variable in |
| 174 |
mix.c (Closes: #584381). |
mix.c (Closes: #584381). |
| 175 |
|
Have the Makefile list all prerequisites for each |
| 176 |
|
build target (Closes: #584386). |
| 177 |
|
Change »majordomo@*« to »majordomo@« in default |
| 178 |
|
dest.blk. The dest block engine does not under- |
| 179 |
|
stand shell globs. Either substring matches or |
| 180 |
|
regexen. |
| 181 |
|
Fixed -T switch: if type2.list is not available fall |
| 182 |
|
back to pubring.mix. |
| 183 |
|
USE_IDEA is no longer default in config.h. It always |
| 184 |
|
gets defined by the Install script instead. |
| 185 |
|
Only create OpenPGP RSA keys if we compiled with |
| 186 |
|
IDEA. |
| 187 |
|
Make all filenames configurable in mix.cfg. |
| 188 |
|
Add global mix.cfg support (compile time option). |
| 189 |
|
The -G option now forces creation of new keys even in |
| 190 |
|
client mode (Closes: #585176). |
| 191 |
|
Random Documentation updates. |
| 192 |
|
Default to not installing a .forward file in Install |
| 193 |
|
script. |
| 194 |
|
Fix unused variable warning on OpenBSD. |
| 195 |
|
Fix public remailer keys getting re-signed |
| 196 |
|
every time keys are requested (Closes: #478383). |
| 197 |
|
Make smtp sending similar to local /usr/lib/sendmail |
| 198 |
|
sending (wrt header/body seperation; |
| 199 |
|
Closes: #482052). |
| 200 |
|
Add X-Loop header on mailbox forwarded messages. |
| 201 |
|
Several small fixes by Sami Farin et al. |
| 202 |
|
In daemon mode detach correctly. |