![](https://secure.gravatar.com/avatar/b273ab068bc220d17a3e4c710c401c4b.jpg?s=120&d=mm&r=g)
Sept. 28, 2022
3:57 p.m.
On 9/27/2022 9:16 PM, Yuki Nie wrote:
When I send an email to a mailling list from a non-member, I got the error msg "Your message was rejected". However, the non-member has been defined in accept_these_nonmembers = ['test-info@xx'].
some options: accept_these_nonmembers = ['test-info@xx']
Check the actual email headers, while the message might say it's coming from "asdf.com", the sending server could be "mail.asdf.com" and those two are different. May not be that exactly, look for things where the header doesn't exactly match the accept_these_nonmembers.
z!