LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How do you read what is in Spamassassin's White list? (https://www.linuxquestions.org/questions/linux-software-2/how-do-you-read-what-is-in-spamassassins-white-list-677994/)

glyn3332 10-21-2008 05:27 AM

How do you read what is in Spamassassin's White list?
 
Hello all,

I was just wondering if anyone knew how to read Spamassassin's white list to see what's in there?

Thanks

Glyn

bathory 10-25-2008 12:37 PM

spamassassin uses Berkeley DB to store data, so running:
Code:

db_dump -p auto-whitelist
should show you the contents in printable format.


All times are GMT -5. The time now is 05:06 PM.