#
58966 |
| 05-Apr-1993 |
eric |
clean up error return messages |
#
58866 |
| 30-Mar-1993 |
eric |
fix bogus "infinite loop" diagnostic; log better diagnostic info |
#
58827 |
| 26-Mar-1993 |
eric |
fix excessive matching problem |
#
58825 |
| 26-Mar-1993 |
eric |
fix a few problems pointed out by Neil Rickert; $~ matches only one token |
#
58814 |
| 25-Mar-1993 |
eric |
implement multi-word classes |
#
58805 |
| 25-Mar-1993 |
eric |
recognize -a flag in dequote map |
#
58802 |
| 25-Mar-1993 |
eric |
add dequote pseudo-map |
#
58796 |
| 23-Mar-1993 |
eric |
improved debugging; pass convtime a default units; allow addition of Comments: and stripping of Return-Path: |
#
58680 |
| 16-Mar-1993 |
eric |
delete e_sender and e_returnpath; fix some bugs in envelope splitting |
#
58673 |
| 14-Mar-1993 |
eric |
don't send all addresses through recipient rewriting in buildaddr; |
#
58670 |
| 14-Mar-1993 |
eric |
change (simplify) user and host UPPER => lower case mapping |
#
58546 |
| 08-Mar-1993 |
eric |
undo patch allowing prescan to return null vector; it breaks far too much |
#
58509 |
| 06-Mar-1993 |
eric |
allow host on local addresses; don't do domain extension on return path, ever -- for <> addresses |
#
58438 |
| 04-Mar-1993 |
eric |
consider addresses "different" if their uids differ |
#
58403 |
| 03-Mar-1993 |
eric |
allow prescan to return a null vector; fix some duplicate prescan errs |
#
58333 |
| 01-Mar-1993 |
eric |
changes for ESMTP; mostly better delimiter character pointer passing |
#
58173 |
| 24-Feb-1993 |
eric |
allow $@ on LHS to indicate match zero tokens |
#
58151 |
| 23-Feb-1993 |
eric |
overhaul status of SMTP reply codes |
#
58139 |
| 21-Feb-1993 |
eric |
M_LOCAL => M_LOCALMAILER to avoid conflict with Ultrix <sys/mount.h> |
#
58082 |
| 20-Feb-1993 |
eric |
close cached MCI connections after a fork; add p (privacy) and b (min blocks free) options; fix selfref code; clean up $#error format |
#
58061 |
| 19-Feb-1993 |
eric |
fix a variety of bugs found by Eric Wassenaar <e07@nikhef.nl> |
#
58050 |
| 18-Feb-1993 |
eric |
move the meta-characters from C0 into C1 space |
#
58036 |
| 18-Feb-1993 |
eric |
add "c" mailer flag to suppress all comment info in addresses |
#
58020 |
| 16-Feb-1993 |
eric |
clean up log levels; allow IDA-style split header/envelope rewriting; extend arpatounix with more zones (but is this even needed?) |
#
58010 |
| 15-Feb-1993 |
eric |
Allow saving in ~/dead.letter; clean up VRFY output; fix bogus error message in udbexpand; null terminate host buffers in buildaddr (broken in 6.21). |