In EZMLM mailing, you will received bounced email if email is sent as BBCed to the list id. Because by default the list will reject a a email to the list when it cannot find its address in the “To:” or “Cc:”.
Error: ezmlm-reject: fatal: List address must be in To: or Cc:
We can enable the BCCed email to EZMLM mailing list. This can achieved by modifying the ".qmail-[LISTNAME]" present in domain folder.
For example: our mailing list is contact@example.com which should accept BBCed email.
Open the file:
vim /home/vpopmail/domains/example.com/.qmail-contact
and change
following line
|/usr/local/bin/ezmlm/ezmlm-reject '/home/vpopmail/domains/example.com/contact'
to
/usr/local/bin/ezmlm/ezmlm-reject -T '/home/vpopmail/domains/example.com/contact'
Labels: BBC email, EZMLM Mailing list