Timeline for Adding reply-to header for simple postfix mailing list
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 8, 2020 at 14:52 | comment | added | BlueDogRanch | Hi @tarleb I have the same need to add a reply to field, but have no luck with Ubuntu 19; any ideas here? askubuntu.com/questions/1201372/… | |
| Dec 29, 2015 at 23:04 | comment | added | tarleb | D'OH! Yes, you're right, forgot about that. Thanks for the feedback, I'll test it beforehand next time. | |
| Dec 29, 2015 at 17:14 | comment | added | James Shields |
Thanks again for your help here. I've got the Reply-to part working, but not the rejecting from unapproved addresses. From reading the docs, the statements within the if conditional can only be applied to the line matching the conditional, so you can't have an if block on the To line, and match a From line within that block as it would need to look at another line. Does this sound right?
|
|
| Dec 15, 2015 at 9:41 | comment | added | tarleb | @JamesShields fixed. | |
| Dec 15, 2015 at 9:41 | history | edited | tarleb | CC BY-SA 3.0 |
All header checks should be in the header_checks.pcre file, check_recipient_headers won't work
|
| Dec 15, 2015 at 9:30 | comment | added | tarleb |
Glad this is useful :) I don't know about any simple ways to debug this, but now that I'm thinking about it, I realized that the recipient_checks.pcre will only check the RCPT TO address, not the From. Unsure if there is asimple way to fix this. I'll edit the answer.
|
|
| Dec 15, 2015 at 9:23 | comment | added | James Shields | Thanks a million. This is very helpful. However, messages from outside the mailing list aren't getting rejected, and I can't see any reason why not. I wonder if the regular expression isn't matching. Are there any log files I can check, or any other way to diagnose the problem? | |
| Dec 8, 2015 at 19:19 | history | edited | tarleb | CC BY-SA 3.0 |
deleted 3 characters in body; edited body
|
| Dec 8, 2015 at 19:12 | history | answered | tarleb | CC BY-SA 3.0 |