Re: [AMaViS-user] Prevent amavisd-new from modifying subjects

2008-07-28 Thread Gary V
On 7/28/08, Christoph Pleger wrote: > Hello, > > is there an easy way to prevent amavisd-new from modifying the Subject: header > of a mail? One switch for all possible modifications, to turn them all off? > I do not want to go through all possible default variable settings (like > $sa_spam_subjec

[AMaViS-user] rw_loop: leaving rw loop, no progress

2008-07-28 Thread Sahil Tandon
I see this error in the logs. Jul 27 17:13:56 aegis amavis[704]: (00704-06) (!)rw_loop: leaving rw loop, no progressJul 27 17:13:56 aegis amavis[704]: (00704-06) (!)FWD via SMTP: <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>, 451 4.5.0 From MTA([127.0.0.1]:10025) during fwd-connect (Negative gr

[AMaViS-user] how to fix this "passed clean" but with score above kill?

2008-07-28 Thread Len Conrad
We're trying to replace a Windows anti-spam on the mailbox servers with amavisd/sa/clam on the front-end mx. We are running both now. the backend mail scanner is still catching too many true spams. We uploaded the backend spams to the mx and run them through spamc, with these results: 705240

Re: [AMaViS-user] defang_maps_by_ccat in policy_bank

2008-07-28 Thread Mark Martinec
Nuno, > Is it possible to define defang_maps_by_ccat in the policy back? Yes. > I want to have something like: > > $policy_bank{'DEFANG'} = { # those configured to send mail to port 10026 >%{$policy_bank{'DEFAULT'}}, >defang_spam => 1, >log_level => 5, >defang_maps_by_ccat => {

[AMaViS-user] Prevent amavisd-new from modifying subjects

2008-07-28 Thread Christoph Pleger
Hello, is there an easy way to prevent amavisd-new from modifying the Subject: header of a mail? One switch for all possible modifications, to turn them all off? I do not want to go through all possible default variable settings (like $sa_spam_subject_tag, $undecipherable_subject_tag) on every

Re: [AMaViS-user] verbose spam report

2008-07-28 Thread Christoph Pleger
Hello, Mark Martinec wrote: >> is it possible with amavisd-new to attach a verbose spam report to the >> message, like mimedefang does in SpamAssassinReport.txt? > $defang_spam = 1; # old style, applies the first available mangler That's close to what I want, it sends the spam report with the

[AMaViS-user] user and domain wblists

2008-07-28 Thread Nuno Fernandes
Hi, Is it possible to have the user wblists merged into the domain wblists? I have an sql based instalation of amavisd-new-2.54 where users white and blacklists are in mysql. Is it possible to merge @domain and [EMAIL PROTECTED] wblists? Thanks Nuno Fernandes --

Re: [AMaViS-user] can't release badh msgs

2008-07-28 Thread Mark Martinec
Len, > FreeBSD 6.3R > amavisd-new-2.5.2,1 installed as fbsd package. > > it's working great, but: > > our amavisd.conf has > > $policy_bank{'AM.PDP-SOCK'} = { >protocol => 'AM.PDP', >auth_required_release => 0, # do not require secret_id for > amavisd-release }; > > but we still can't rel

[AMaViS-user] can't release badh msgs

2008-07-28 Thread Len Conrad
FreeBSD 6.3R amavisd-new-2.5.2,1 installed as fbsd package. it's working great, but: our amavisd.conf has $policy_bank{'AM.PDP-SOCK'} = { protocol => 'AM.PDP', auth_required_release => 0, # do not require secret_id for amavisd-release }; but we still can't release: # /usr/local/sbin/am

Re: [AMaViS-user] WHite List per recipient.. i know its been asked before...

2008-07-28 Thread Mark Martinec
Rob, > White List per recipient.. > i do not mind simply adding stuff into the 50-user config file i tried > once before like the below but it does not work... i find it a bit > confusing on how to implement this feature.. so if anyone can point me > to docs i would very much appreciate it... I a

Re: [AMaViS-user] ClamAV failing (Exceeded allowed time) w/ Amavisd 2.6.1

2008-07-28 Thread Michael Scheidell
I see same thing on freebsd 5.5 If you are running freebsd 5.5, know that someone (clamav) broke threaded processes in 93.x. Freebsd no longer supports 5.5, so only option is to upgrade to 6.x or 7.x To test this, cd to some directory, look for a small file. Do 'clamdscan {filename}'. It should

Re: [AMaViS-user] Quarantaine mail without spamassassin

2008-07-28 Thread Benny Pedersen
On Mon, July 28, 2008 12:43, Jake Vickers wrote: > I'd say either procmail or maildrop to handle this. any mua client will do olso, but yes you forgot sieve :-) -- Benny Pedersen Need more webspace ? http://www.servage.net/?coupon=cust37098 --

Re: [AMaViS-user] banned_rules on outgoing mail

2008-07-28 Thread Mark Martinec
Daniela, > > I am using amavisd-new-2.4.5 and I want to be able to block outgoing > > mail with banned attachments (although I don't agree with this policy). > > > > I already block incoming mail with banned attachments, I've defined > > some %banned_rules and each user has its own rules. > > For

Re: [AMaViS-user] Block attachament

2008-07-28 Thread Mark Martinec
Paolo, > > I have installed the latest version of amavisd. > > Now amavisd blocks all .exe attachment. > > Ho can I say to amavisd to block all .exe attachment except if the sender > > of the mail is [EMAIL PROTECTED] Gary V writes: > Read examples 6, 7 and 8: > http://www200.pair.com/mecham/spam

Re: [AMaViS-user] Empty _Warn:

2008-07-28 Thread Mark Martinec
Mike, > I found two empty _WARN: messages in my logs yesterday: > Jul 12 08:25:33 glacier amavis[20148]: (20148-01) _WARN: > Jul 12 08:25:33 glacier amavis[20148]: (20148-01) _WARN: > I suppose I'm being warned about something, and not just once, > but twice. Oh, the mystery - I wonder what it co

Re: [AMaViS-user] Quarantaine mail without spamassassin

2008-07-28 Thread Mark Martinec
Richard, > I have looked at multiple products, but there is none that will meet my > wishes. What I am basically looking for is this : > > Message arrives from our isp > A program (amavis ?) looks at the subject, or at the X-Spam header line. > If (X-Spam-Flag: YES) then place it in (a) quarantain

Re: [AMaViS-user] ClamAV failing (Exceeded allowed time) w/ Amavisd 2.6.1

2008-07-28 Thread Mark Martinec
Don, > I am running Amavisd-new 2.6.1 and ClamAV 0.93.3. > > Mail delivery is working fine, then after a little while (sometimes > 5 minutes, other times two hours), I start seeing the following: > > ALL VIRUS SCANNERS FAILED: ClamAV-clamd av-scanner FAILED: run_av error: > ask_daemon_internal: Ex

Re: [AMaViS-user] verbose spam report

2008-07-28 Thread Mark Martinec
Christoph, > is it possible with amavisd-new to attach a verbose spam report to the > message, like mimedefang does in SpamAssassinReport.txt? As inserted in a header: $sa_spam_report_header = 1; # insert X-Spam-Report header field? or as a modification of a mail body, by pushing original m

Re: [AMaViS-user] Quarantaine mail without spamassassin

2008-07-28 Thread Jake Vickers
Richard Smits wrote: > A follow-up, > > I have looked at multiple products, but there is none that will meet my > wishes. What I am basically looking for is this : > > Message arrives from our isp > A program (amavis ?) looks at the subject, or at the X-Spam header line. > If (X-Spam-Flag: YES) t