Hello,
I have a server where I never customized any of the SA
rules/tests (SA v.3.3.1). The server does run sa-update
every day. Is this the right place to look to know what
tests the server should be running?
https://spamassassin.apache.org/tests_3_0_x.html
From that page, it seems that SPF
header __FROM_BADDOMAIN From =~ /some\.com/i
header __FROM_BADDOMAIN_GOOD_TO To =~ /myser\@mydomain\.com/i
meta FROM_BADDOMAIN_UNBLACKLIST_TO (__FROM_BADDOMAIN &&
__FROM_BADDOMAIN_GOOD_TO)
score FROM_BADDOMAIN_UNBLACKLIST_TO -100
not solved it blocks usernames some.com
add :addr after From a
Den 2012-02-08 21:07, Rejaine Monteiro skrev:
blacklist_from *@somedomain.com
whitelist_to myu...@mydomain.com
when you use blacklist_from you must use unblacklist_from not
whitelist_to
perldoc Mail::SpamAssassin::Conf
everyone can write email to a to addr and thus the whitelist is not
wor
On 2/8/2012 3:56 PM, Rejaine Monteiro wrote:
> solved.. (maybe, I will do more tests ...)
>
> I made this way:
>
> blacklist_from @domain.com
>
> and then, i create a meta test , like this:
>
> header __FROM_BADDOMAIN From =~ /some\.com/i
> header __FROM_BADDOMAIN_GOOD_TO To =~ /myser\@mydom
got better keeping the original version, only using de meta test...
(without blacklist_fom )
header __FROM_DOMAIN From =~ /some\.com/i
header __FROM_DOMAIN_TO To =~ /myuser\@mydomain\.com/i
meta FROM_DOMAIN_IN_BLACKLIST (__FROM_DOMAIN && ! __FROM_DOMAIN_TO)
score FROM_DOMAIN_IN_BLACKLIST 100
On Wed, 2012-02-08 at 18:07 -0200, Rejaine Monteiro wrote:
>
> It's not exactly what I need ... I'll try to be clearer (sorry by poor
> english)
>
> I need something like this: blacklist a entire @somedomain but accept
> when the *recipient * (not the sender) is certain user of *my* domain
>
I
solved.. (maybe, I will do more tests ...)
I made this way:
blacklist_from @domain.com
and then, i create a meta test , like this:
header __FROM_BADDOMAIN From =~ /some\.com/i
header __FROM_BADDOMAIN_GOOD_TO To =~ /myser\@mydomain\.com/i
meta FROM_BADDOMAIN_UNBLACKLIST_TO (__FROM_BADDOMA
On 2/8/2012 3:07 PM, Rejaine Monteiro wrote:
>
> It's not exactly what I need ... I'll try to be clearer (sorry by poor
> english)
>
> I need something like this: blacklist a entire @somedomain but accept
> when the *recipient * (not the sender) is certain user of *my* domain
>
> Or ... blacklis
It's not exactly what I need ... I'll try to be clearer (sorry by poor
english)
I need something like this: blacklist a entire @somedomain but accept
when the *recipient * (not the sender) is certain user of *my* domain
Or ... blacklist_from *@somedomain.com except when destination is
myuse
aptitude install python-software-properties
add-apt-repository ppa:patrickdk/general-lucid
aptitude update
aptitude install spamassassin spamc
sa-update
sa-compile
/etc/init.d/spamassassin restart
sa-compile needs Mail::SpamAssassin::Plugin::Rule2XSBody in v320.pre
else sa-compile is wasted c
On 02/08/2012 12:22 PM, Joe Sniderman typed hurriedly:
> IOW, 196.254.0.0/16 no longer matches as of 3.3
Well, I meant to type 169.254.0.0/16... but then.. obvious typo is obvious.
--
Joe Sniderman
On 02/08/2012 08:57 AM, Michael Scheidell wrote:
> On 2/8/12 6:41 AM, Sharma, Ashish wrote:
>> Hi,
>>
>> I have a mail server setup on an AWS instance.
>>
>> When I am sending mails via this setup to a test spamassassin setup
>> that acts as an email receiver server, I am getting high spam scores
>
On 2/8/12 6:41 AM, Sharma, Ashish wrote:
Hi,
I have a mail server setup on an AWS instance.
When I am sending mails via this setup to a test spamassassin setup that acts
as an email receiver server, I am getting high spam scores as follows:
[FROM_LOCAL_HEX=0.331, HTML_IMAGE_ONLY_24=1.282, HT
Hi,
I have a mail server setup on an AWS instance.
When I am sending mails via this setup to a test spamassassin setup that acts
as an email receiver server, I am getting high spam scores as follows:
[FROM_LOCAL_HEX=0.331, HTML_IMAGE_ONLY_24=1.282, HTML_MESSAGE=0.001,
RCVD_ILLEGAL_IP=3.399, T
On Wed, 2012-02-08 at 03:04 +, Martin Gregorie wrote:
> If you cut and paste this example as a file and feed it to your browser,
> you should see the first body line in bold red letters. I've tested this
> with FireFox and Lynx, which work as I expected.
>
Correction: FireFox and Opera. Lynx ig
15 matches
Mail list logo