On Sat, 17 Apr 2010 04:39:05 -0700 (PDT)
john espiro <[email protected]> wrote:

> ------------------------------------
> 
> okay. The signature is not correctly displayed. Maybe I made an error 
> yesterday when allocating the signature. However... is the message delivered 
> after that or is it still dropped?
> ------------------------------------
> No - the message is not delivered..
> 
Okay... I have another purpose. I think that the message does not get delivered 
because stats is not updated. It can't be updated properly since there are no 
tokens. So the other approach to fix this issue is to change in configure.pl 
from the Web-UI the following lines:
-----------------------------------
$CONFIG{'DSPAM_ARGS'}   = "--deliver=innocent --class=innocent " .
                          "--source=error --user %CURRENT_USER% -d %u"; 
-----------------------------------

To this here:
-----------------------------------
$CONFIG{'DSPAM_ARGS'}   = "--deliver=spam,innocent --class=innocent " .
                          "--source=error --user %CURRENT_USER% -d %u"; 
-----------------------------------

Then the message should be IMHO delivered.


-- 
Kind Regards from Switzerland,

Stevan Bajić

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to