Phil Pennock wrote:
> On 2008-01-16 at 20:34 +0900, Randy Bush wrote:
>> i just turned up v6 and am rejecting v6 senders
>
> I am not aware of any RBLs which support IPv6 addresses. I do use Exim
> with IPv6 and receive a very large percentage of my legitimate email
> over IPv6, including that from this mailing-list. So I'm Bcc'ing your
> Gmail address, just in case.
>
>> drop log_message = REJECT mail from rbl
>> message = rejected because $sender_host_address is \
>> in a black list at \
>> $dnslist_domain\n$dnslist_text
>> dnslists = blackholes.mail-abuse.org
>
> Add before the dnslists line this:
>
> condition = ${if isip4{$sender_host_address}}
thanks!
if this gets out, it worked!
randy