On Thu, 2010-10-28 at 11:25 +0200, Angel L. Mateo wrote:
> We are having a problema with one of our users that all his email was 
> marked as spam. The problem is that all his emails has the 
> HELO_DYNAMIC_IPADDR (or HELO_DYNAMIC_IPADDR2) check, because 
> spamassassin thinks that the connection used the IP address in the helo 
> commando, but not.

On Thu, 2010-10-28 at 06:03 -0700, John Hardin wrote:
> You should look at your trusted_networks settings if this is a local 
> network client, and should consider using authenticated SMTP if it's a 
> remote trusted client.

This is the problem.

With an authenticated submission, the mail should hit ALL_TRUSTED
instead. Since it's an MUA sending the mail, untrusted and external
relays should be empty.

Scanning outbound mail? Which other rules hit?

> Posting full headers from a sample message would help.

-- 
char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

Reply via email to