Re: [AMaViS-user] Global MySQL White/Black Listing

2008-10-27 Thread Mark Martinec
Ryan, - lookup for @. (catchall) Ah, ok... I see. The recipient would simply be @. to globally white/black-list a sender address. It appears that this overrides every user's policy settings. It shouldn't, unless you gave it a high priority (users.priority), or if you don't have more

Re: [AMaViS-user] Global MySQL White/Black Listing

2008-10-22 Thread Wendel, Ryan
@lists.sourceforge.net Cc: [EMAIL PROTECTED] Subject: Re: [AMaViS-user] Global MySQL White/Black Listing - lookup for @. (catchall) Ah, ok... I see. The recipient would simply be @. to globally white/black-list a sender address. Nice and simple... I like it!!! Thank you very much for your

Re: [AMaViS-user] Global MySQL White/Black Listing

2008-10-22 Thread Gary V
On 10/22/08, Wendel, Ryan [EMAIL PROTECTED] wrote: It appears that this overrides every user's policy settings. Does anyone have any other ideas on how to go about globally white-listing a domain or address? -Ryan Ah, ok... I see. The recipient would simply be @. to globally

Re: [AMaViS-user] Global MySQL White/Black Listing

2008-10-20 Thread Mark Martinec
Jim, I wrote a very plain interface which can be viewed and downloaded from http://www.hardrock.org/wblist/ It does include policies, senders, and receivers as well as the ability to whitelist, blacklist, or adjust the score of specific senders. Thanks for the info. I added a link to it

[AMaViS-user] Global MySQL White/Black Listing

2008-10-17 Thread Wendel, Ryan
Can someone help me figure out how to utilize MySQL and amavisd to globally white/black-list domains/addresses? I have read the docs and searched all over and cannot figure it out. -Ryan - This SF.Net email is sponsored by

Re: [AMaViS-user] Global MySQL White/Black Listing

2008-10-17 Thread Benny Pedersen
On Fri, October 17, 2008 16:30, Wendel, Ryan wrote: Can someone help me figure out how to utilize MySQL and amavisd to globally white/black-list domains/addresses? I have read the docs and searched all over and cannot figure it out. if you have mysql setup as default: in maddr add sender

Re: [AMaViS-user] Global MySQL White/Black Listing

2008-10-17 Thread Wendel, Ryan
in users you define the recipient email So would this be some sort of wild-card like '.' or '*'? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications

Re: [AMaViS-user] Global MySQL White/Black Listing

2008-10-17 Thread Mark Martinec
Ryan, in users you define the recipient email So would this be some sort of wild-card like '.' or '*'? @example.com (no subdomains) or @.example.com (with subdomains) README_FILES/README.lookups : SQL LOOKUPS [...] The following order (implemented by sorting on the 'priority' field

Re: [AMaViS-user] Global MySQL White/Black Listing

2008-10-17 Thread Wendel, Ryan
- lookup for @. (catchall) Ah, ok... I see. The recipient would simply be @. to globally white/black-list a sender address. Nice and simple... I like it!!! Thank you very much for your input. Regards, Ryan -

Re: [AMaViS-user] Global MySQL White/Black Listing

2008-10-17 Thread James Bourne
On Fri, 17 Oct 2008, Wendel, Ryan wrote: Can someone help me figure out how to utilize MySQL and amavisd to globally white/black-list domains/addresses? I have read the docs and searched all over and cannot figure it out. I wrote a very plain interface which can be viewed and downloaded from