--
Re: Joseph Brennan:
Why doesn't sendmail reject it like it does here? (..) .. Domain name
required for sender address
I cannot afford rejecting all null senders as those could be
legitimate Delivery Status Notification messages.
What I am looking is a pattern for line:
MAIL FROM: <"do not mock at your poetenncy - bujyj vjaqrra ppislls" <>>
while I want to allow:
MAIL FROM: <>
That's exactly the distinction sendmail is making on my system.
mail from:<>
250 2.1.0 <>... Sender ok
mail from:<"some words"<>>
553 5.5.4 <"some words"<>>... Domain name required for sender address
That error string comes from the standard proto.m4 file.
Joseph Brennan
Columbia University Information Technology