[dspam-users] DSpam global user advice

2008-12-19 Thread Matt Galloway
Hello again,

I have another question... this one is regarding dspam with a global
user. I am using a merged globaluser like so:
globaluser:merged:*

This seems to be working correctly (in the logs it states that the
user's data is being merged with globaluser's data) so that's good. And
I created the globaluser by dspam_merge on a few users. Now what I want
to do is update this globaluser from another merge of a few users, but
what's the best way to go about this? Should I delete all data for the
globaluser first by doing:

DELETE FROM dspam_token_data WHERE uid='52';
DELETE FROM dspam_stats WHERE uid='52';

Or should I just go ahead and do the merge?

Any advice much appreciated.

Regards,
Matt

!DSPAM:1011,494b6917150921273113891!




Re: [dspam-users] DSpam global user advice

2008-12-19 Thread Matt Galloway
Many thanks for the amazingly quick reply!

Yes I used dspam_train first to train one of the users which will be
merged into globaluser and then I merged that user into globaluser.

Basically my setup is that we do mail for a large number of people and
we want the ability to use a globaluser so that everyone has training
data, but then the global user will be updated every month with the
training data of 3 users (who get large amounts of spam). Therefore I
want to make sure that at each merge step, it's not just adding the
users, but rather starting again for globaluser.

Does that make sense, or is it completely wacky?

Also, does anyone have any ideas about my other message regarding the
signature not appearing anywhere? It suddenly disappeared and I don't
know what setting made it go away! So confused!

Thanks again,
Matt

Steve wrote:
 If you want to merge into the global user, then DO NOT delete the old data in 
 the globaluser. Just merge into it but don't delete.

 If you want to start from the beginning, then just delete the old data and 
 remerge again from whatever userdata you like.

 Better would be to use raw mail data and use dspam_train to train the 
 globaluser.


  Original-Nachricht 
   
 Datum: Fri, 19 Dec 2008 09:27:46 +
 Von: Matt Galloway matt.gallo...@senokian.com
 An: dspam-users@lists.nuclearelephant.com
 Betreff: [dspam-users] DSpam global user advice
 

   
 Hello again,

 I have another question... this one is regarding dspam with a global
 user. I am using a merged globaluser like so:
 globaluser:merged:*

 This seems to be working correctly (in the logs it states that the
 user's data is being merged with globaluser's data) so that's good. And
 I created the globaluser by dspam_merge on a few users. Now what I want
 to do is update this globaluser from another merge of a few users, but
 what's the best way to go about this? Should I delete all data for the
 globaluser first by doing:

 DELETE FROM dspam_token_data WHERE uid='52';
 DELETE FROM dspam_stats WHERE uid='52';

 Or should I just go ahead and do the merge?

 Any advice much appreciated.

 Regards,
 Matt



 

   

-- 

Matt Galloway
Systems Engineer

Try our easy CRM system - you can sign up for free
at http://www.tactilecrm.com or read our blog at
http://www.senokian.com/barking.

Senokian Solutions Ltd
Business Innovation Centre
Binley Business Park
Coventry
CV3 2TX

Coventry Office: 024 76 233 400
London Office: 0207 183 6677
Fax: 024 76 233 401

e: matt.gallo...@senokian.com
w: http://www.senokian.com

Registered in England  Wales: 04415783
VAT Registered: GB 793 8163 86



!DSPAM:1011,494b6fb9150926488221064!




[dspam-users] Dspam stopped adding headers

2008-12-18 Thread Matt Galloway
Hello,

I'm using dspam with postfix and all was working well, but I've noticed
that dspam isn't adding its headers anymore. It's correctly marking some
things as spam and in the stats I can see that messages are passing
through dspam, but no headers being added. I've given the relevant bits
of dspam.conf and default.prefs below if that helps.

So hughly confused! Any ideas?


dspam.conf:
TrainingMode teft
Preference spamAction=tag
Preference spamSubject=[SPAM]
Preference signatureLocation=headers  # 'message' or 'headers'
Preference showFactors=on
AllowOverride trainingMode
AllowOverride spamAction spamSubject
AllowOverride statisticalSedation
AllowOverride enableBNR
AllowOverride enableWhitelist
AllowOverride signatureLocation
AllowOverride showFactors
AllowOverride optIn optOut
AllowOverride whitelistThreshold
optOut


default.prefs:
trainingMode=TEFT
spamAction=tag
spamSubject=[SPAM]
enableBNR=on
enableWhitelist=on
statisticalSedation=5
signatureLocation=headers
whitelistThreshold=10
showFactors=on
#optIn=on
#optOut=off


Thanks,
Matt



!DSPAM:1011,494a2b9b150921819013334!