Hi,
On Wed, Oct 8, 2008 at 1:53 PM, MrC <[EMAIL PROTECTED]> wrote: > Eduardo , > > Eduardo Júnior wrote: > > > On Thu, Aug 21, 2008 at 7:25 PM, Mark Martinec > > <[EMAIL PROTECTED] <[EMAIL PROTECTED]>< > [EMAIL PROTECTED] <[EMAIL PROTECTED]>> > >> wrote: > >> > >>> Ok, but what I want is that mail from the Internet to be discarded when > a > >>> certain score is achieved, defined by *$sa_kill_level_deflt = 15.0*; > >> It should be according to your settings, unless you have some > >> other higher-cannon settings telling otherwise (*spam_lovers*, > >> @spam_kill_level_maps, %final_destiny_by_ccat, %lovers_maps_by_ccat). > > > > > I don´t have this configured. > > > > >>> There is a kind of debug to recipients? > >>> Something like [EMAIL PROTECTED] > >> No, there isn't. But as about every 8 or 9 messages out of 10 > >> are spam nowadays, just rise log level to 5 and leave amavisd > >> running for a minute or two, and you should have enough evidence. > >> Pick a representative case from the log and grep the log > >> for the log_id, collecting all log entries belonging to the > >> same task, e.g.: > >> $ fgrep '(58163-09)' /var/log/amavisd.log > > > > > > > > Here, when I putted the policy @debug_sender_maps = > > (["[EMAIL PROTECTED]"]); > > > > any messages from this address not generated logs more detailed. > > I putted this in the end of file /etc/amavis/amavisd.conf > > With all the attempts you have made, and nothing seeming to stick, one > might believe that your amavisd.conf file being edited is not the file > being used. What does your amavisd startup script look like (in > /etc/init.d or /etc/rc.d I presume, but this is distro-dependant, or how > you actually start amavisd may be custom) > > Do any of the settings below work, or have you had luck when changing > other values from the below config file? These words made me think about the following: I installed a new mail server and I'm using Amavis with him. And I saw in the documentation of that, to my distro (debian), which now are the settings in /etc/amavis/conf.d/ Thus, changes that I was doing in /etc/amavis/amavisd.conf not been successful. Now I made the necessary changes discussed in this thread in their files on conf.d/ and resolved. > > > I also notice > > $sa_local_tests_only = 1; # (default: false) > > Is this what you really want? No, and even that has changed too. What was difficulting that the mail server that is with this problem was installed by someone and did not follow the pattern of debian installation and configuration of applications. > > > > I read [1], like recommended by MrC, ajusting the configs, but not > worked. > > I don´t know if I was clear but i want discard messages with score/hits > > > "x" > > A score of x (score=x) means SA was not called. This will occur when > messages are larger than $sa_mail_body_size_limit, for example. So you > want to discard all messages for which SA has not been called?! No. How do I load the functions of SA for the Amavis, the functions of the SA makes the calculation of the score of the message. Hence, from this score, I decided what to do with the message. And I want to discard messages with score greater than or equal to X. In the case of the body of the message is larger than $sa_mail_body_size_limit, it will not be analyzed, because spammers generally has few kb of size. thanks for your help. []´s -- Eduardo Júnior GNU/Linux user #423272 :wq ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
