History log of /original-bsd/usr.sbin/sendmail/src/parseaddr.c (Results 226 – 250 of 282)
Revision Date Author Comments
# b6cce130 31-May-1982 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

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 ...


# 77b0ff96 29-May-1982 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

try to install envelopes. is this really worth it???


# a0a3c276 22-May-1982 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

add "envelopes" to contain the basic information needed as control
info for each message. currently there is only one envelope -- this
being the obvious stupid conversion. later there will be separ

add "envelopes" to contain the basic information needed as control
info for each message. currently there is only one envelope -- this
being the obvious stupid conversion. later there will be separate
envelopes for error messages, return receipts, etc.

show more ...


# ad9d0a2d 20-Mar-1982 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

16 bit changes -- should have no effect on VAX binaries to
speak of.


# 2fba5d70 06-Mar-1982 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

collapse special character processing into macro processing for
simplicity of code.


# 35403fec 04-Feb-1982 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

add host aliasing; add -p flag. this version doesn't yet know about
replacing the text of the host alias into the message however. syntax
is grotty: "/hostmatch:%s@newhost" or whatever.


# ad057d51 06-Dec-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

cleanup so it will go through lint without any fancy grep -v's;
change the way SCCS Id's are handled.


# a14e6b38 22-Nov-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

Edit queue control files when running queue (assuming there are still
recipients left). Also, modify the MsgPriority to be the absolute
number (not the Priority: value); this allows us to include ag

Edit queue control files when running queue (assuming there are still
recipients left). Also, modify the MsgPriority to be the absolute
number (not the Priority: value); this allows us to include aging into
the priority algorithm.

show more ...


# ef237963 21-Nov-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

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 ...


# e09ef886 21-Nov-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

convert to SMTP draft 3 -- finishing touches. Punt on the VRFY/
EXPN commands for now; they aren't required anyhow. Move the fullname
into the address structure so it can be inherited.


# f3b96a37 21-Nov-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

links together aliases into proper trees. This is in part an
attempt to do the SMTP VRFY command properly, but there are a number
of annoying problems that convince me that this is the wrong way to

links together aliases into proper trees. This is in part an
attempt to do the SMTP VRFY command properly, but there are a number
of annoying problems that convince me that this is the wrong way to
do it. Sigh.

show more ...


# e38a07bd 27-Oct-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

ignore case in mailer name comparison


# 0137841d 26-Oct-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

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 ...


# 7ba15309 23-Oct-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

Eliminate magic MN_LOCAL and MN_PROG; change q_mailer item in ADDRESS
to be pointer to mailer rather than index.


# 5d557960 08-Oct-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

fix botch in backup code during rewriting


# 1d2367e6 06-Oct-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

change rewriting rules to use $N on RHS to match LHS, and include
$=X (class match) in the matching; this will allow us to match the
proposed "user.host@domain" syntax as well as the old syntax, by
p

change rewriting rules to use $N on RHS to match LHS, and include
$=X (class match) in the matching; this will allow us to match the
proposed "user.host@domain" syntax as well as the old syntax, by
putting the known domains into a class to disambiguate.

show more ...


# e0581e40 30-Sep-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

fix the <> syntax, convert "at" to "@" in from addresses also,
plus some minorness to get the multi-machine case going nicely.


# cb31e91b 28-Sep-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

enable aliases to self-reference themselves correctly.


# 6a0f7756 22-Sep-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

fix problem with using macros in rules; change configuration to send
different flags when destined for arpanet vs. berknet hosts, etc.


# f32c713a 14-Sep-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

check MAXATOM overflow; increase MAXATOM value


# ce98d1f6 12-Sep-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

match on full name for local users


# b978458f 06-Sep-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

cleanup, commenting, linting, etc.


# 72ccdc05 31-Aug-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

allow "error" as a net name to print error messages


# 5e735cad 25-Aug-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

remove special "at" processing (put it in .cf file)


# e8a2bc2b 25-Aug-1981 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

change processing of <LWSP> in addresses


12345678910>>...12