next up previous contents
Next: Wildcarding Up: Overview of the Whitelist/Blacklist Previous: Overview of the Whitelist/Blacklist   Contents

Database Schema

An example database looks like this:
+-------------+---------------+----------------+----------------------+--------------+--------+
| sender_name | sender_domain | src            | mta_fqdn             | dest_address | policy |
+-------------+---------------+----------------+----------------------+--------------+--------+
| *           | foo.com       | 66.162.173.130 | *                    | foo@foo.com  |      1 | 
| *           | bar.com       | 66.162.173.130 | *                    | *@foo.com    |      1 | 
| *           | baz.com       | *              | *                    | *@foo.com    |      2 | 
| *           | *             | *              | *.bunchaspammers.com | *@foo.com    |      2 | 
+-------------+---------------+----------------+----------------------+--------------+--------+
The database consists of five fields per entry:


Amin Astaneh 2007-09-18