#
8931 |
| 28-Oct-1982 |
eric |
Put the "@:@" trick on the "a" option. Also, move TrustedUsers into sendmail.h (it should have gone here in the first place!) |
#
8547 |
| 16-Oct-1982 |
eric |
Put list of login names able to use -f in the .cf file. |
#
8544 |
| 16-Oct-1982 |
eric |
Arrange for a wizards password (the W option). The SMTP KILL command may only be issued if this option is set. This delta adds the "WIZ" command, and changes _KILL => KILL, _DEBUG => DEBUG, _VERBOS
Arrange for a wizards password (the W option). The SMTP KILL command may only be issued if this option is set. This delta adds the "WIZ" command, and changes _KILL => KILL, _DEBUG => DEBUG, _VERBOSE => VERB, and _SHOWQ => SHOWQ.
show more ...
|
#
8337 |
| 06-Oct-1982 |
eric |
add test mode (MD_TEST, -bt) |
#
8269 |
| 26-Sep-1982 |
eric |
Put more configuration into setoption; merge some of the argv processing with this; move configuration information out of conf.c into the .cf file. Since a lot of stuff will default to zero, a new .
Put more configuration into setoption; merge some of the argv processing with this; move configuration information out of conf.c into the .cf file. Since a lot of stuff will default to zero, a new .cf file is required.
show more ...
|
#
8265 |
| 26-Sep-1982 |
eric |
completely instantiate queue files for all mail, even if not needed; fix a bug that would probably come up once every ten years in creating the queue id. should merge argv flag processing with optio
completely instantiate queue files for all mail, even if not needed; fix a bug that would probably come up once every ten years in creating the queue id. should merge argv flag processing with option processing.
show more ...
|
#
8256 |
| 24-Sep-1982 |
eric |
change option implementation; define a bunch of interesting options. |
#
8252 |
| 24-Sep-1982 |
eric |
arrange to be able to define options; put precedences in .cf file; send errors to an Errors-To: field; fix a serious bug causing mail to not be delivered to anyone if there were any errors. |
#
8182 |
| 12-Sep-1982 |
eric |
change inheritance for macros in envelopes; be able to canonicalize non-domained names by appending domain from sender; call ruleset 3 explicitly before doing other rulesets; some general cleanup. |
#
8067 |
| 05-Sep-1982 |
eric |
change $g rewriting to two rewriting rulesets per mailer; tune debugging |
#
8056 |
| 05-Sep-1982 |
eric |
put line numbers on error messages; increase max number of rewriting sets; improve diagnostics in several places |
#
7854 |
| 23-Aug-1982 |
eric |
allow continuation lines in .cf file (particularly in headers) |
#
7231 |
| 19-Jun-1982 |
eric |
get rid of comment lines when storing rewriting rules |
#
7009 |
| 31-May-1982 |
eric |
pass lint. notice that definitions in llib-lc have changed for alarm() and sleep() calls {arg was unsigned, is now int}. |
#
6991 |
| 31-May-1982 |
eric |
finish implementing envelopes. it's not completely clear to me that this is really the way to go, but it seems clearly better than what i had before. this delta includes many other minor changes, s
finish implementing envelopes. it's not completely clear to me that this is really the way to go, but it seems clearly better than what i had before. this delta includes many other minor changes, so it should probably not be blithely removed.
show more ...
|
#
6983 |
| 30-May-1982 |
eric |
add M_FULLSMTP (``X'' flag in .cf file) for eventual implementation of full SMTP. This version must support such garbage as line limits, address length limits, return-path, etc. |
#
6979 |
| 29-May-1982 |
eric |
try to install envelopes. is this really worth it??? |
#
6821 |
| 15-May-1982 |
eric |
add the 'R' flag to mailers, saying to rewrite the recipient addresses to be relative to the recipient. This makes reply code easy, but confuses user mail programs that are expecting to have to rewr
add the 'R' flag to mailers, saying to rewrite the recipient addresses to be relative to the recipient. This makes reply code easy, but confuses user mail programs that are expecting to have to rewrite recipient addresses. In general, the receiving host must be "smart" for this to work.
show more ...
|
#
6275 |
| 20-Mar-1982 |
eric |
16 bit changes -- should have no effect on VAX binaries to speak of. |
#
5909 |
| 20-Feb-1982 |
eric |
expand macros in rewriting rules early to allow multi-word macros to be processed correctly. |
#
5906 |
| 20-Feb-1982 |
eric |
implement -c flag: don't try to deliver expensive mail immediately |
#
5601 |
| 23-Jan-1982 |
eric |
add M_UGLYUUCP flag for ugly from line |
#
5198 |
| 06-Dec-1981 |
eric |
cleanup so it will go through lint without any fancy grep -v's; change the way SCCS Id's are handled. |
#
5004 |
| 21-Nov-1981 |
eric |
change the send queue to be only one queue instead of one per mailer. this is slightly inefficient but simpler. also, pass this queue around so we can have multiple send queues. this makes VRFY wor
change the send queue to be only one queue instead of one per mailer. this is slightly inefficient but simpler. also, pass this queue around so we can have multiple send queues. this makes VRFY work.
show more ...
|
#
4627 |
| 26-Oct-1981 |
eric |
Install new experimental queueing facility -- one stage timeout, etc. This version is still quite incomplete. It needs to reorder the queue after some interval, do two-stage timeout, take option in
Install new experimental queueing facility -- one stage timeout, etc. This version is still quite incomplete. It needs to reorder the queue after some interval, do two-stage timeout, take option info from the queue file instead of the command line, read the sender's .mailcf file, etc. Some of this is useful for SMTP also.
show more ...
|