[AMaViS-user] Disable spam checks for two recipients

2006-11-21 Thread Franck BAREL
Hello,

All the recipients are protect by amavisd.
To auto collect spam or ham to learn i've created 2 email : [EMAIL PROTECTED] 
and [EMAIL PROTECTED]
I would like bypass check, tag and block for this 2 adresses ( and only those ) 
but i not shure about the writed rule. Can you confirm me the syntax :

@spam_lovers_maps = @bypass_spam_checks_maps = ( {'[EMAIL PROTECTED]'=1,[EMAIL 
PROTECTED]'=1} );

Thank's and have a good journey.

Franck


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] subject lines

2006-11-21 Thread Mark Martinec
Curtis,

 I've go amavisd-new running with spamassassin and dbmail.  I've been
 getting inundated with spam lately.  subject lines are not being modified
 as I've defined in the config file.
 $sa_spam_subject_tag = '***SPAM***';
 $sa_spam_modifies_subj = 1;
 I'm seeing spam blocked, but everything inbetween ta2_level and kill_level
 is not being tagged.

Recipients must match local domains to have Subject modified.

  Mark

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Replace Amavisd

2006-11-21 Thread Jakob Curdes
Departamento de Informatica schrieb:

Hi, i'm using centos, and i want to update the amavisd version to
2.4.4, i want to know if this is posibble just replacing the amavisd
executable file that is in the tar.gz file.
  

... it might help if you would tell us which version you are using now. 
Depending on it, some configuration variables have changed.


JC

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Problems with Debian/etch

2006-11-21 Thread TSS Support
For the sake of Google: this solved it exactly. To stay inside the 
packaging, I commented out the protocol stuff and am continuing to use the 
provided milter.

Note that this means the provided documentation, while not wrong, is 
misleading for the Debian setup. As it defaults, the line given for the 
milter and the standard Debian config file don't work together.

Thanks to Mark, too.

-Keith

- Original Message - 
From: Mark Martinec [EMAIL PROTECTED]
To: amavis-user@lists.sourceforge.net
Sent: Friday, November 17, 2006 3:32 AM
Subject: Re: [AMaViS-user] Problems with Debian/etch


 Keith,

 Anyway, I installed sendmail and amavisd-new from packages, along with
 amavisd-new-milter. Copied over the sendmail.mc from the old setup, went
 through the amavisd config ... no dice. It's timing out on the child
 process without chewing any CPU. At this point I still have AV and spam
 filtering disabled. I've tried purging the packages, installing and just
 adding the following:
 INPUT_MAIL_FILTER(`amavis-milter',
 `S=local:/var/lib/amavis/amavisd-new-milter.sock,
 F=T, T=S:10m;R:10m;E:10m')
 and still it's hanging. It looks like this when you watch with debug:

 Nov 15 13:29:47 xx amavis[10214]: switch_to_my_time 480 s, new 
 request
 Nov 15 13:29:47 xx amavis[10214]: process_request:
 suggested_protocol=AM.PDP on UNIX
 Nov 15 13:29:47 xx amavis[10214]: process_policy_request: 0, amavisd
 (ch1-P-idle), fileno=11
 Nov 15 13:29:47 xx amavis[10214]: switch_to_client_time 480 s, start
 receiving AM.PDP data
 Nov 15 13:37:47 xx amavis[10214]: (!) Requesting process rundown, task
 exceeded allowed time during waiting for input from cli ent

 The only change I made to the amavis config was changing /usr/run/amavis 
 to
 /usr/lib/amavis in the socket name. Amavis and amavis-milter seem to be
 creating their sockets OK.

 So what am I missing? Thanks. BTW, this is Amavis 2.4.3, Sendmail 8.13.8,
 and amavisd-new-milter 2.4.2.

 It seems you are running amavis-milter that comes with amavisd package,
 but you have configured amavisd daemon to talk a new AM.PDP protocol
 on a socket.

 Either remove any 'protocol' specification in amavisd.conf (or set it
 to 'AM.CL') and continue using the provided amavis-milter;

 or use Petr Rehor's amavisd-milter (note the 'd' in the name) and
 keep amavisd $protocol at 'AM.PDP'. See README.milter for a link.

  Mark

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share 
 your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 AMaViS-user mailing list
 AMaViS-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/amavis-user
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
 AMaViS-HowTos:http://www.amavis.org/howto/
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


[AMaViS-user] trouble with rules_du_jour

2006-11-21 Thread Peter Matulis
I am running amavisd 2.44 chrooted on OpenBSD 4.0.  I am running
rules_du_jour.sh and even though I specify my SA_DIR (inside
/etc/rulesdujour/config) as /var/amavisd/etc/mail/spamassassin I keep
getting errors because I have score modifications for non-existent
rules inside /etc/mail/spamassassin/local.cf.  When I comment them out
the errors do not appear.  Why is it reading that file?





--
 _
|_)__|_ _ ._ |\/| _._|_   |o _
| (/_|_(/_|  |  |(_| |_|_|||_

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/