* li...@lazygranch.com: > I have a spammer who uses all sorts of "from" addresses but the same > "reply" address. Any way to block this spammer in Postfix.
You can use Postfix header checks. The following example is PCRE based: /^Reply-To:.+\bexample\.com\b/i REJECT -Ralph