[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "~" - special character for smtpserver?



| >> That is, give me an example address where "~" is present,
| >> else I just won't believe somebody to use it...
| 
| Here's one:
| 
|  	"Pat Hoag" <hoag~pm%a1.usa.umc@mailgate.glaxo.com>
| 
| We just got this reject yesterday.
...

	I see, still I wonder why implementor has decided to use
the '~'-character, especially as it is unreliable to be transmitted
to IBM mainframes (via SMTP or other methods..), for example.
(Transit over BITNET will propably fail...)


Anyway, here is minimal  diff  for it:

** diff smtpserver/rfc821scn.c~ smtpserver/rfc821scn.c
177c177
< /* 126: `~'    */ CHR_ENT(0,0,1,0,0,1,1,0,0),
---
> /* 126: `~'    */ CHR_ENT(0,0,0,0,0,1,1,0,0),


| --Cheryl Bien
|   bien@aero.org

	/Matti Aarnio	<mea@utu.fi>