Hello everyone,

Does anyone know how to get DSPAM explicitly recognize the address fed to it as whitelisted?

I need to add address whitelist/blacklist management feature to this very nice PHP web ui by Michael Thompson:

http://michaelthompson.org/dspam/

I've read his code, but still have no idea how he does this, all I found is this:

        }
         if( strlen($email)<1 ) $email = "#$msgFrom";
         queueMail($wl_user,"wl-add:$user",$email);
       }


It seems like he's feeding "wl-add:someuser" string into subject:

function queueMail($addr,$subj,$msg,$header=null)
{
[...]

I have no idea what this does to/with DSPAM. :-) If somebody knows, please share this secret command with me, OK?

It's either that, or adding this user directly to MySQL database I guess? But there has to be some 'whitelist command' feature in DSPAM given it uses many storage backends.

--
Marcin Krol

Domeny, Hosting, Kolokacja, Certyfikaty SSL, Monitoring serwerów ...
------------------------------------------------------------------
DOMENY.PL sp. z o.o. ul. Wielicka 50, 30-552 Kraków, Poland
tel. +48(12)296 3663, info: +48 501 DOMENY
fax. +48(12)296 3664, +48(22)3 987 365
e-mail: [EMAIL PROTECTED], www: http://www.Domeny.pl
------------------------------------------------------------------
Komunikator online/ Live Chat:
http://live2.domeny.pl/request_email.php?l=phplive&x=1&deptid=2


Reply via email to