Mailman sends emails with incorrect List-Id header

ancaster

Registered
Sep 18, 2013
1
0
1
cPanel Access Level
Root Administrator
Hi there,

We're running cPanel Pro 1.0 (RC1), and seeing mailman send emails with incorrect List-Id headers. For example, if the mailing list is [email protected], then emails sent to this list will have the header:

Code:
List-Id: discuss_lists.example.org.lists.example.org
I would expect (and this is what mailman has done with our lists on other hosts) the header to look like so:

Code:
List-Id: discuss_lists.example.org
Any ideas on why this is happening, and how to fix it?

Jon.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Could you let us know which version of cPanel is installed on your system? To note, "cPanel Pro 1.0" is not an actual version, but rather a plugin that used to be offered. You can find your version of cPanel in the upper-right of Web Host Manager, or by running the following command:

Code:
cat /usr/local/cpanel/version
Thank you.