OpenBSD CVS

CVS log for src/usr.sbin/smtpd/Attic/rfc822.h


[BACK] Up to [local] / src / usr.sbin / smtpd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.3, Sun Dec 14 15:26:56 2014 UTC (9 years, 5 months ago) by gilles
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
FILE REMOVED

these are no longer used, remove

Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 15 08:04:41 2014 UTC (9 years, 7 months ago) by gilles
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

add a (high) limit to the number of header lines we're willing to keep in
memory for rewriting purposes, this will prevent sessions from sending an
insanely large number of continuations to a single header and starve us.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 12 18:54:31 2014 UTC (9 years, 7 months ago) by gilles
Branch: MAIN

to rewrite domain on incoming mails, we need to be able to extract
rfc822 addresses from some headers and parse them into a structure
that we can easily manipulate.

this implementation will parse addresses in the following formats:
	user, user <addr>, "user" <addr>, "user name" <addr>

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.