Re: [AMaViS-user] per_recip_blacklist_sender_lookup_tables and read_hash?

2005-10-19 Thread Gary V
Nicklas wrote: I would like to match my per_recip_blacklist_sender_lookup_tables from a read_hash table. Is it possible to do something like the following; $per_recip_blacklist_sender_lookup_tables = { read_hash(/blacklist), }; Content of the blacklist file

Re: [AMaViS-user] per_recip_blacklist_sender_lookup_tables and read_hash?

2005-10-19 Thread Gary V
Nicklas wrote: Well they aren't, that's the catch. Any other ideas except using sql lookups? If you have a lot of dynamic data, you really should go to SQL. Any change to any static table will require you stop/start (or reload) amavisd-new in order to see the changes. Static

Re: [AMaViS-user] per_recip_blacklist_sender_lookup_tables and read_hash?

2005-10-19 Thread Gary V
Nicklas wrote: Nicklas wrote: I'd like to do hard blacklisting. How do you reject / block the message from reaching the recipient. Now, it is just tagged as spam. Thanks, Nicklas B Please place your replies at the bottom of the message, like I am doing. Does the

RE: [AMaViS-user] per_recip_blacklist_sender_lookup_tables and read_hash?

2005-10-19 Thread Nicklas Bondesson
Yes, it get's BLACKLISTED but still ends up at the recipient. I have $final_spam_destiny = D_DISCARD;. Could it have something to do with my @spam_quarantine_to_maps setup? I set mine the same way. @spam_quarantine_to_maps = ( read_hash(/spam-bins),

RE: [AMaViS-user] per_recip_blacklist_sender_lookup_tables and read_hash?

2005-10-19 Thread Nicklas Bondesson
Must be this screwing things up, making everyone a spam-lover by default; @spam_lovers_maps = ( read_hash(/spam-haters), 1 ); Any way to get around it? Nicklas B Here is the example from the negative read_hash post: @spam_lovers_maps = ( read_hash($MYHOME/spam_haters), 1 );

Re: [AMaViS-user] per_recip_blacklist_sender_lookup_tables and read_hash?

2005-10-19 Thread Mark Martinec
Nicklas, Gary's answers are to the points, thanks Gary! Is it possible to have everything in the blacklist file? I'd like to add more entries to the blacklist without touching the amavis config file. No, currently the read_hash() subroutine can only read one-level hashes. You can write your

RE: [AMaViS-user] per_recip_blacklist_sender_lookup_tables and read_hash?

2005-10-19 Thread Nicklas Bondesson
Nicklas wrote: Yes, it get's BLACKLISTED but still ends up at the recipient. I have $final_spam_destiny = D_DISCARD;. Could it have something to do with my @spam_quarantine_to_maps setup? I set mine the same way. @spam_quarantine_to_maps = (

Re: [AMaViS-user] per_recip_blacklist_sender_lookup_tables and read_hash?

2005-10-19 Thread Mark Martinec
Nicklas, Is it possible to be a spam lover by default with the exception of hard blacklisting for a specific domain and/or sender? The recipient should always get tagged spam mails with the exception of a blacklisted sender. No, this is not possible without changing code. Blacklisting

[AMaViS-user] per_recip_blacklist_sender_lookup_tables and read_hash?

2005-10-18 Thread Nicklas Bondesson
I would like to match my per_recip_blacklist_sender_lookup_tables from a read_hash table. Is it possible to do something like the following; $per_recip_blacklist_sender_lookup_tables = { read_hash(/blacklist), }; Content of the blacklist file (all mails sent to domain example.com from domain

Re: [AMaViS-user] per_recip_blacklist_sender_lookup_tables and read_hash?

2005-10-18 Thread Gary V
Nicklas wrote: I would like to match my per_recip_blacklist_sender_lookup_tables from a read_hash table. Is it possible to do something like the following; $per_recip_blacklist_sender_lookup_tables = { read_hash(/blacklist), }; Content of the blacklist file (all mails sent to domain

RE: [AMaViS-user] per_recip_blacklist_sender_lookup_tables and read_hash?

2005-10-18 Thread Nicklas Bondesson
:47 To: amavis-user@lists.sourceforge.net Subject: Re: [AMaViS-user] per_recip_blacklist_sender_lookup_tables and read_hash? Nicklas wrote: I would like to match my per_recip_blacklist_sender_lookup_tables from a read_hash table. Is it possible to do something like the following

Re: [AMaViS-user] per_recip_blacklist_sender_lookup_tables and read_hash?

2005-10-18 Thread Gary V
Nicklas wrote: I would like to match my per_recip_blacklist_sender_lookup_tables from a read_hash table. Is it possible to do something like the following; $per_recip_blacklist_sender_lookup_tables = { read_hash(/blacklist), }; Content of the blacklist file (all mails

RE: [AMaViS-user] per_recip_blacklist_sender_lookup_tables and read_hash?

2005-10-18 Thread Nicklas Bondesson
Well they aren't, that's the catch. Any other ideas except using sql lookups? Nicklas B -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary V Sent: den 19 oktober 2005 06:43 To: amavis-user@lists.sourceforge.net Subject: Re: [AMaViS-user