Comment Re:There seems to be some mixup... (Score 1) 311
I would have to double-check to be sure, but I believe that is the case. In the SMTP conversation:
EHLO domain.com
MAIL FROM: <sender@domain.com>
RCPT TO: <recipient@someplace.com>
gets changed to the listmanager entity, but
DATA
From: Some Guy <sender@domain.com>
To: Some Gal <recipient@someplace.com>
Subject: Hi
Hi
.
QUIT
remains the same.
EHLO domain.com
MAIL FROM: <sender@domain.com>
RCPT TO: <recipient@someplace.com>
gets changed to the listmanager entity, but
DATA
From: Some Guy <sender@domain.com>
To: Some Gal <recipient@someplace.com>
Subject: Hi
Hi
.
QUIT
remains the same.