Also see http://wiki.apache.org/spamassassin/WebUserInterfaces. I
recommend webuserprefs, which edits ~/.spamassassin/user_prefs by
default. I removed all the panels so that it only shows (and allows me
to edit) white and blacklist settings.
- dan
--
Dan Kohn <mailto:[EMAIL PROTECTED]>
<http://www.dankohn.com/> <tel:+1-650-327-2600>
-----Original Message-----
From: Matt Kettler [mailto:[EMAIL PROTECTED]
Sent: Friday, May 07, 2004 17:40
To: Christopher Jett; [EMAIL PROTECTED]
Subject: Re: Whitelist Question
At 11:45 AM 5/7/04 -0500, Christopher Jett wrote:
>Do my whitelist entries need to be in the local.cf file, or can I
create a
>separate file called whitelist.cf? I'd like to create a web interface
where
>this whitelist file is generated by PHP.
SpamAssassin will read /etc/spamassassin/*.cf not just local.cf. Thus,
you
may use as many as you like, with whatever names you like.
I'd avoid creating duplicate options with conflicting values in the same
directory, but SA will parse the files in alpha order, and the last one
read will win in the event of conflict.