Michael Scheidell <michael.scheidell <at> secnap.com>
2010-09-17 20:38:07 GMT
>  On 9/17/10 3:55 PM, Daniel McDonald wrote:
>> I thought about testing the wblist table, but the maddr table has partition
>> tags, so the address in question has multiple RIDs (once per week).  I¹m not
>> certain what the best way to deal with that would be.
>
>maddr table has nothing to do with whitelisting.

The wblist table uses numeric references to another table for lookups:

mysql> describe wblist
    -> ;
+-------+------------------+------+-----+---------+-------+
| Field | Type             | Null | Key | Default | Extra |
+-------+------------------+------+-----+---------+-------+
| rid   | int(10) unsigned | NO   | PRI | NULL    |       |
| sid   | int(10) unsigned | NO   | PRI | NULL    |       |
| wb    | varchar(10)      | NO   |     | NULL    |       |
+-------+------------------+------+-----+---------+-------+
3 rows in set (0.00 sec)

If rid and sid don't refer to maddr, to what table do they refer?

-- 
Daniel J McDonald, CCIE # 2495, CISSP # 78281


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
AMaViS-user mailing list
[email protected] 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 Please visit http://www.ijs.si/software/amavisd/ regularly
 For administrativa requests please send email to rainer at openantivirus dot 
org

Reply via email to