<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>We have a departmental mail server set up with a postfix/amavisd-new mail gateway.</div><div><br></div><div>The problem I'm having is that out-of-office replies from some members of one of our mailing lists are being sent to the list itself rather than the sender of a specific message.</div><div><br></div><div>I don't want to block all out-of-office messages from coming in, only those addressed to the mailing list itself. I also don't want to block all messages to the list address, as that would prevent some members from sending messages to the list.</div><div><br></div><div>What I've come up with so far is that the while the out-of-office messages ostensibly come from the user, the Return-Path header is set to <>:</div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; "><br></span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">Return-Path: <></span></div><div><div><br></div></div><div>I'd like to set up a filter that says:</div><div><br></div><div>if Return-Path: = <> and To: = the_list_address</div><div>then DISCARD</div><div><br></div><div>Unfortunately, postfix header_checks only operate on one header at a time. Is there some way I could set up a custom filter in amavisd that would do what I want? I've been digging through the documentation, and while it *seems* possible I'm still not seeing what path I should investigate.</div><div><br></div><div>Thanks,</div><div><br></div><div>Daniel Segel</div><div><br></div><br><div>
-- <br>Daniel A. Segel<br><a href="mailto:dsegel@shcs.ucdavis.edu">dsegel@shcs.ucdavis.edu</a> / 530-754-4965 (office) / 530-574-2450 (cell)<br>Information Systems Manager<br>UC Davis Student Health and Counseling Services
</div>
<br></body></html>