MAIL FROM: requires "<" ">"?

MAIL FROM: requires "<" ">"?

Post by Jonathan Georg » Fri, 25 Jul 1997 04:00:00



Section 4.1.2 "COMMAND SYNTAX" of RFC 821

defines:

        MAIL <SP> FROM:<reverse-path> <CRLF>

where (BNF notation):

        <reverse-path> ::= <path>
        <path> ::= "<" [ <a-d-l> ":" ] <mailbox> ">"

        <local-part> ::= <dot-string> | <quoted-string>
        <dot-string> ::= <string> | <string> "." <dot-string>
        <domain> ::=  <element> | <element> "." <domain>              

The implication here is that the argument to the "MAIl FROM:" command
*MUST* be enclosed in "<" ">" (from the definition of <path>).

I know that anything between "<" ">" is considered the address, as in


but I've not (until now) come across a version of sendmail that
*insists* on "<" ">" surrounding the address when passed via "MAIl
FROM:".

For example:


        Command Reply received : 501 Syntax error in originator address.

So, my questions are:

1. Is "<" ">" strictly required?
2. If so then does make versions of sendmail that don't enforce this
   non-compliant with RFC 821?

Any views?

Thanks, Jonathan

--

-----------------------------------------------------------------------------
Jonathan George - Hewlett-Packard Ltd, Pinewood

 
 
 

MAIL FROM: requires "<" ">"?

Post by Wolfgang Rupprech » Fri, 25 Jul 1997 04:00:00



> 1. Is "<" ">" strictly required?
> 2. If so then does make versions of sendmail that don't enforce this
>    non-compliant with RFC 821?

At one time there was a saying "Be generous in what you accept and
strict in what you send."

I guess its a sign of the times when someone would worry that
something was non-conformant if it accepted a wider range of input.

-wolfgang
--


 
 
 

MAIL FROM: requires "<" ">"?

Post by Jonathan I. Kame » Fri, 25 Jul 1997 04:00:00


"Be generous in what you accept and conservative in what you generate."

Yes, the RFC requires the <...> around the address in a MAIL FROM
command.  But there's really no harm in a particular SMTP
implementation not requiring it; it doesn't break anything, and it's
"generous."  So I don't see anything wrong with it (but anyone who
writes SMTP delivery software which doesn't include the <...> should be
chastised and made to fix their software so it's RFC-conformant :-).

--

 
 
 

1. "T <regex>" Before ";d' & "$", whichOnesARE tagged?

I've gone and tagged a whole bunch
of stuff, some tags applied via
T<findSpamRegex>.

Now, I want to ";d" thus getting each one of those
tagged-files marked for deleting.

Once I hit "$", it's forever-goodbye to those emails.

---

But I'm a bit scared; maybe one came from
my *boss*, eg:
    Urgent!  Take 5pm to Panama; sorry for the hot time!
    (zap after reading): overheard some wild inside-info
    Joe succeed!  Doubled size of Martian dong-plant.  Party at 7pm; be there!

Question: is there currently an (easy) way
to have screen of just those emails
that we've tagged?  

So we can untag any mistaken choices.

------

Recall this about Emacs:

When you're in a DIRED buffer, you can go down
the file-list and mark this one and that one
and this other one "D" -- to be deleted from
the disk, ie from the computer.

A somewhat dangerous operation, if you've made
a mistake and marked-D some files you later discover
that you actually needed to keep.

So, what emacs dired-mod does is, when you
hit "x" (char, bound to the "delete all D-marked
files" command),

it first creates a clear area of screen,
and than shows in that space the *names*
of *all* the files you marked "D" on and
that it is now just about to actually
delete (due to you hitting the "x").

So, you scan your eyes over all those names,
and only if you are happy with what you've
chosen, you reply "yes" to your x-caused
prompt "delete these files?", will it then
actually delete them.

Similar safety-scheme would sure be nice in mutt!  

David

2. Can a 4-year college teach C++ programming?

3. Pine 4.31, "Setup", "Config", ..., "?" gives "Illegal instruction"

4. The Atari Hardware Book - Update 2

5. How to get "for <box@domain.com>" in "Received:" line?

6. New Book - DECISION TECHNOLOGIES FOR FINANCIAL ENGINEERING

7. "@" in outgoing address changing to "-" or "#"

8. Win2000 <--> WinXP xonnection troubles

9. outlook Express "View" ""COLUMNS""

10. repl questions: inserting ">" and using existing "draft" file

11. "To:" => "Apparently-to:" ??

12. Converting "." to "_" for username->mailbox name

13. Incoming "From" lines don't become ">From"