I have a table in mysql called Whitelist which has a single column address. Then I add the following to the config file before any other filtering:

        <!-- use database whitelist -->
        <mailet match="JDBCWhitelist=db://maildb/Whitelist"
                class="ToProcessor">
           <processor> transport </processor>
           <whitelistTable> Whitelist </whitelistTable>
           <spoolTable> spool </spoolTable>
        </mailet>

I can then add specific email addresses to the Whitelist table.

-Al Wick

[EMAIL PROTECTED] wrote:
See Thread at: http://www.techienuggets.com/Detail?tx=50114 Posted on behalf of 
a User

Someone? Anyone? Can you point me to a document that details whitelist 
processing, setup and usage. I am using Bayesian filter. It is blocking email 
that it shouldn't and letting in a whole bunch of spam that it should block. I 
have setup the whitelist processing as described in the (feeble) documentation 
that I have found. It silently fails without any errors.

Please any help. I'm desperate. I'll have to turn off the Bayesian filter if I 
can't figure out the whitelist stuff. My only other choice is to download the 
source code and see how it should work. Please spare me from that!

In Response To: I hope someone can help. I'm trying to implement a whitelist. I have everything setup In my mailet log I can see the string I should use for an "insert" but when I send email to my [EMAIL PROTECTED] the mail is accepted but nothing happens. I have turned on debugging but it shows nothing further.
Can someone throw some light on how whitelists are setup? I have a whitelist 
table in my datbase but nothing happens when I try to populate it. Thanks for 
any help. I have scoured the internet with no results.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to