* Steve <[email protected]>: > /^Received: from.*(cmodem|dhcp|adsl|broadband|dynamic)/ REJECT dynamic host > in headers
OK > In the logs; tripped on the header filter; > Jun 12 11:01:58 mail4 postfix/cleanup[1419]: B9F16AC09D: reject: header > Received: from [192.168.1.xx] (xx [192.168.1.xx])??by mail4.xx.co.uk > (xx) with ESMTPA id B9F16AC09D??for <[email protected]>; Fri, 12 Jun > 2009 11:01:58 +0100 (BST) from mail4[192.168.1.xx]; > from=<[email protected]> to=<[email protected]> proto=ESMTP > helo=<[192.168.1.xx]>: 5.7.1 dynamic host in headers The regular expression is too broad, since it also matches the "for <[email protected]>" portion in the headers! -- Ralf Hildebrandt Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.computerbeschimpfung.de I dropped my computer on my foot! That Megahurtz!
