Thursday, July 25, 2002, 8:37:02 AM, Bryan T. Schmidt wrote: > I use a tool called dbmanage ....
> http://arska.org/src/dbmanage/ > Its just a bit of Perl. To use, change to your .spamassassin directory, > and: > To list a particular user: > dbmanage auto-whitelist view | grep badguy > To remove an entry, you have to get both keys. Note the backslash in > front of the pipe sign: > dbmanage auto-whitelist delete [EMAIL PROTECTED]\|totscore > dbmanage auto-whitelist delete [EMAIL PROTECTED] With a little less typing... strings auto-whitelist.db|grep [EMAIL PROTECTED] also works. To remove, create a little shell script with the following: #!/bin/bash echo From: $1|spamassassin -R Then: ./scriptname [EMAIL PROTECTED] Works great. -- Regards, Matt mailto:[EMAIL PROTECTED] ------------------------------------------------------- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk