Re: Another NAML change. redirect_to
Posted by
MichaelAtOz on
Nov 27, 2017; 4:10am
URL: https://support.nabble.com/Another-NAML-change-redirect-to-tp7599057p7599078.html
Now it appears that those posts with 'Message Preview' are not actually committing.

They do make it to the mailing list tho...

I'm wondering
what's changed here, in new_post:

The above behaviour is consistent with new_node.is_associated_with_mailing_list_archive being true.
Thus the email gets sent by
send_mail_to_list (with just "--/n Sent from:...")
v's
send_node_as_email (which sends more elaborate emails)
Where is is_associated_with_mailing_list_archive (a NAML Binary) set?
BTW my test forum does not have a linked mailing list.