Re: whitelist_from_rcvd when rDNS fails

2012-02-16 Thread Matus UHLAR - fantomas

I need to whitelist a sender, and I typically use whitelist_from_rcvd,
but it's not working in this case, and I suspect because rDNS fails:

   Received: from ideascollide1.ablehost.com (unknown [208.81.177.83])

Is the next best approach to create a rule that deducts points or is
there another way? There aren't any DKIM headers to work with either.


meta Received and From header together?


On 15.02.12 22:58, Alex wrote:

Thanks, that's what I've now done. Wanted to be sure I wasn't missing
a more well-defined way to work around this.


Maybe spf, but the invalid rdns for 208.81.177.83 makes 
whiltelist_from_rcvd impossible.

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
LSD will make your ECS screen display 16.7 million colors


Re: whitelist_from_rcvd when rDNS fails

2012-02-15 Thread Henrik K
On Thu, Feb 16, 2012 at 07:49:15AM +0200, Henrik K wrote:
> On Wed, Feb 15, 2012 at 04:44:09PM -0500, Alex wrote:
> > Hi,
> > 
> > I need to whitelist a sender, and I typically use whitelist_from_rcvd,
> > but it's not working in this case, and I suspect because rDNS fails:
> > 
> >Received: from ideascollide1.ablehost.com (unknown [208.81.177.83])
> > 
> > Is the next best approach to create a rule that deducts points or is
> > there another way? There aren't any DKIM headers to work with either.
> 
> For such mail I trusted_networks everything. ALL_TRUSTED works fine for
> whitelisting.

Oh and if you use it, make sure you separate internal_networks and
trusted_networks..


Re: whitelist_from_rcvd when rDNS fails

2012-02-15 Thread Henrik K
On Wed, Feb 15, 2012 at 04:44:09PM -0500, Alex wrote:
> Hi,
> 
> I need to whitelist a sender, and I typically use whitelist_from_rcvd,
> but it's not working in this case, and I suspect because rDNS fails:
> 
>Received: from ideascollide1.ablehost.com (unknown [208.81.177.83])
> 
> Is the next best approach to create a rule that deducts points or is
> there another way? There aren't any DKIM headers to work with either.

For such mail I trusted_networks everything. ALL_TRUSTED works fine for
whitelisting.



Re: whitelist_from_rcvd when rDNS fails

2012-02-15 Thread Alex
Hi,

>> I need to whitelist a sender, and I typically use whitelist_from_rcvd,
>> but it's not working in this case, and I suspect because rDNS fails:
>>
>>    Received: from ideascollide1.ablehost.com (unknown [208.81.177.83])
>>
>> Is the next best approach to create a rule that deducts points or is
>> there another way? There aren't any DKIM headers to work with either.
>
> meta Received and From header together?

Thanks, that's what I've now done. Wanted to be sure I wasn't missing
a more well-defined way to work around this.

Thanks,
Alex


Re: whitelist_from_rcvd when rDNS fails

2012-02-15 Thread Axb

On 02/15/2012 10:44 PM, Alex wrote:

Hi,

I need to whitelist a sender, and I typically use whitelist_from_rcvd,
but it's not working in this case, and I suspect because rDNS fails:

Received: from ideascollide1.ablehost.com (unknown [208.81.177.83])

Is the next best approach to create a rule that deducts points or is
there another way? There aren't any DKIM headers to work with either.


meta Received and From header together?


whitelist_from_rcvd when rDNS fails

2012-02-15 Thread Alex
Hi,

I need to whitelist a sender, and I typically use whitelist_from_rcvd,
but it's not working in this case, and I suspect because rDNS fails:

   Received: from ideascollide1.ablehost.com (unknown [208.81.177.83])

Is the next best approach to create a rule that deducts points or is
there another way? There aren't any DKIM headers to work with either.

Thanks,
Alex