Re: Mailing list integration question [message #168839 is a reply to message #168830] |
Sun, 28 July 2013 16:20 |
|
naudefj
Messages: 3771 Registered: December 2004
Karma:
|
Senior Member Administrator Core Developer |
|
|
cpreston wrote on Sun, 28 July 2013 08:38Lines 45-49 of mlist_post.inc seems to be creating our own Message ID, updating mlist_msg_id w/the value, and making it part of the email before it is sent. So isn't the code already doing what I'm suggesting regarding Message IDs?
Yes, you're right! Just remember that the mailing list may assign a different Message ID, and we will grab and store the list's ID as soon as we spot the message on the list.
cpreston wrote on Sun, 28 July 2013 08:38This one could be my misunderstanding of PHP, but doesn't line 12 of moist_post.inc set the reply_to to null no matter what is passed to the function? Lines 40-42 would then not do anything because reply-to will always be null?
It sets the default value to NULL. So, if no value is supplied, we will start with nothing.
cpreston wrote on Sun, 28 July 2013 08:38...it appears that the send_email function (with the class fur_smtp) in remail.php sends the actual email, so you're not using PHPMailer. is that correct?
Correct, we're most definitely not using PHPMailer. Should we?
|
|
|