<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>DIYMacServer &#187; Tag: DSpam - Recent Posts</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer &#187; Tag: DSpam - Recent Posts</description>
<language>en</language>
<pubDate>Tue, 07 Feb 2012 07:17:08 +0000</pubDate>

<item>
<title>Richard on "DSpam configuration"</title>
<link>http://diymacserver.com/forum/topic/dspam-configuration#post-1654</link>
<pubDate>Mon, 29 Aug 2011 04:19:37 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">1654@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Micheal, it looks like your mail is not fed into Dspam therefore no signature is added and all fails. I think you have to look into the connection between postfix and dspam there lies the error. It could be configuration or a permission problem.
&#60;/p&#62;</description>
</item>
<item>
<title>Michael on "DSpam configuration"</title>
<link>http://diymacserver.com/forum/topic/dspam-configuration#post-1643</link>
<pubDate>Sat, 27 Aug 2011 21:57:01 +0000</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">1643@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I've managed to configure and install DSpam, but it's not working correctly.&#60;/p&#62;
&#60;p&#62;I'm getting &#34;postfix/qmgr warning: connect to transport private/dspam: No such file or directory&#34;&#60;/p&#62;
&#60;p&#62;when I run the periodic script train.sh, I get &#34;Unable to find a valid signature. Aborting.&#34; and &#34;process_message returned error -5. dropping message.&#34;&#60;/p&#62;
&#60;p&#62;I'm not sure what I've done wrong.  I've reverted, but we'd like to use dspam (or other anti-spam software on our server.&#60;/p&#62;
&#60;p&#62;The (coreduo mini) system is running Leopard.
&#60;/p&#62;</description>
</item>
<item>
<title>Nick on "_dspam and _vmail on 10.5.2 - postfix won&#039;t start"</title>
<link>http://diymacserver.com/forum/topic/_dspam-and-_vmail-on-1052-postfix-wont-start#post-457</link>
<pubDate>Sun, 20 Apr 2008 19:39:41 +0000</pubDate>
<dc:creator>Nick</dc:creator>
<guid isPermaLink="false">457@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Thanks for all your help, and who would have thought that 2 spaces could have caused so much trouble....
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "_dspam and _vmail on 10.5.2 - postfix won&#039;t start"</title>
<link>http://diymacserver.com/forum/topic/_dspam-and-_vmail-on-1052-postfix-wont-start#post-456</link>
<pubDate>Sun, 20 Apr 2008 19:18:59 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">456@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Nick made a small error in his master.cf he forgot the spaces in the transport configurations second line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;dspam unix - n n - 10 pipe
flags=Ru user=_dspam &#38;lt;snipped&#38;gt;
maildrop unix - n n - - pipe
flags=DRhu user=_vmail argv=/usr/local/&#38;lt;snipped&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Should look like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;dspam unix - n n - 10 pipe
  flags=Ru user=_dspam &#38;lt;snipped&#38;gt;
maildrop unix - n n - - pipe
  flags=DRhu user=_vmail argv=/usr/&#38;lt;snipped&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Richard on "_dspam and _vmail on 10.5.2 - postfix won&#039;t start"</title>
<link>http://diymacserver.com/forum/topic/_dspam-and-_vmail-on-1052-postfix-wont-start#post-455</link>
<pubDate>Sun, 20 Apr 2008 18:42:59 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">455@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Nick I need more info on when the error occurs, I've replied to your email. PLease send me a bigger chunk of the log.
&#60;/p&#62;</description>
</item>
<item>
<title>Nick on "_dspam and _vmail on 10.5.2 - postfix won&#039;t start"</title>
<link>http://diymacserver.com/forum/topic/_dspam-and-_vmail-on-1052-postfix-wont-start#post-454</link>
<pubDate>Sun, 20 Apr 2008 18:37:44 +0000</pubDate>
<dc:creator>Nick</dc:creator>
<guid isPermaLink="false">454@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have been following your excellent instructions and run in to a problem where postfix won't start.  The problem are these two lines in the master.cf&#60;/p&#62;
&#60;p&#62;Machine details:  Mac Mini, 10.5.2&#60;/p&#62;
&#60;p&#62;maildrop unix - n n - - pipe&#60;br /&#62;
flags=DRhu user=_vmail argv=/usr/local/bin/maildrop /etc/maildroprc -d ${user}@${nexthop} ${extension} ${recipient} ${user} ${nexthop} ${sender}&#60;br /&#62;
dspam unix - n n - 10 pipe&#60;br /&#62;
flags=Ru user=_dspam argv=/usr/local/bin/dspam --deliver=innocent --user ${recipient} -i - f $sender -- $recipient&#60;/p&#62;
&#60;p&#62;The complaint in the log is:&#60;/p&#62;
&#60;p&#62;bad transport type: user=_vmail&#60;/p&#62;
&#60;p&#62;The users were created using:&#60;/p&#62;
&#60;p&#62;sudo dscl . -create /Users/_vmail&#60;br /&#62;
sudo dscl . -create /Users/_vmail UserShell /usr/bin/false&#60;br /&#62;
sudo dscl . -create /Users/_vmail UniqueID 102&#60;br /&#62;
sudo dscl . -create /Users/_vmail PrimaryGroupID 102&#60;br /&#62;
sudo dscl . -create /Users/_vmail NFSHomeDirectory /var/empty&#60;br /&#62;
sudo dscl . -passwd /Users/_vmail ''&#60;/p&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;p&#62;sudo dscl . -create /Users/_dspam&#60;br /&#62;
sudo dscl . -create /Users/_dspam UserShell /usr/bin/false&#60;br /&#62;
sudo dscl . -create /Users/_dspam UniqueID 101&#60;br /&#62;
sudo dscl . -create /Users/_dspam PrimaryGroupID 101&#60;br /&#62;
sudo dscl . -create /Users/_dspam NFSHomeDirectory /usr/local/var/dspam&#60;br /&#62;
sudo dscl . -passwd /Users/_dspam ''&#60;/p&#62;
&#60;p&#62;Any thoughts?&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "LDAP authentication for dspam cgi"</title>
<link>http://diymacserver.com/forum/topic/ldap-authentication-for-dspam-cgi#post-284</link>
<pubDate>Sat, 27 Jan 2007 21:39:15 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">284@http://diymacserver.com/forum/</guid>
<description>So you got it working but you'll have to add all the users manually to .htaccess !&#60;br /&#62;
&#60;br /&#62;
Nice  X-D</description>
</item>
<item>
<title>grgcombs on "LDAP authentication for dspam cgi"</title>
<link>http://diymacserver.com/forum/topic/ldap-authentication-for-dspam-cgi#post-283</link>
<pubDate>Sat, 27 Jan 2007 21:31:35 +0000</pubDate>
<dc:creator>grgcombs</dc:creator>
<guid isPermaLink="false">283@http://diymacserver.com/forum/</guid>
<description>Oh, maybe I wasn't clear ... I got LDAP authentication working with the previous post ... it's just a little clunky that you have to specify all the users who can access it ... but it does use ldap when it looks up their passwords.&#60;br /&#62;
&#60;br /&#62;
Greg</description>
</item>
<item>
<title>Richard on "LDAP authentication for dspam cgi"</title>
<link>http://diymacserver.com/forum/topic/ldap-authentication-for-dspam-cgi#post-282</link>
<pubDate>Sat, 27 Jan 2007 09:08:41 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">282@http://diymacserver.com/forum/</guid>
<description>I was unable to get the DSPAM website working as well for authenticated users, but I was trying to authenticate against the users in the database. I know very little of LDA so I can't really help you out there. I hope someone else could be of some assistance ?</description>
</item>
<item>
<title>grgcombs on "LDAP authentication for dspam cgi"</title>
<link>http://diymacserver.com/forum/topic/ldap-authentication-for-dspam-cgi#post-280</link>
<pubDate>Sat, 27 Jan 2007 06:58:02 +0000</pubDate>
<dc:creator>grgcombs</dc:creator>
<guid isPermaLink="false">280@http://diymacserver.com/forum/</guid>
<description>This was easy enough to set up once I found some examples.... Since I'm running Apple's OpenDirectory (LDAPv3) to maintain my users and passwords for all my machines, I figured I'd do it for DSPAM as well, so that I don't have to always maintain an .htpasswd file with encrypted passwords&#60;br /&#62;
&#60;br /&#62;
Here's what I put in my .htaccess file within my dspam.cgi directory...&#60;br /&#62;
&#60;br /&#62;
        AuthType                Basic&#60;br /&#62;
        AuthName                LDAP&#60;br /&#62;
        AuthBasicProvider       ldap&#60;br /&#62;
        AuthzLDAPAuthoritative  on&#60;br /&#62;
        AuthLDAPURL        ldap://localhost:389/cn=users,dc=gamura,dc=intranet,dc=net&#60;br /&#62;
        require  ldap-user &#38;quot;user1&#38;quot;&#60;br /&#62;
        require  ldap-user &#38;quot;user2&#38;quot;&#60;br /&#62;
        require  ldap-user &#38;quot;user3&#38;quot;&#60;br /&#62;
&#60;br /&#62;
Please note, I was unsuccessful getting it to work with require &#38;quot;valid-user&#38;quot;&#60;br /&#62;
&#60;br /&#62;
Greg</description>
</item>
<item>
<title>Richard on "DSPAM/postfx configuration problems"</title>
<link>http://diymacserver.com/forum/topic/dspampostfx-configuration-problems#post-277</link>
<pubDate>Fri, 26 Jan 2007 23:39:06 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">277@http://diymacserver.com/forum/</guid>
<description>somehow when googling the error is caused by not having --enable-virtual-users in the biuld of DSPAM. Need to look at it more closely.&#60;br /&#62;
&#60;br /&#62;
Please look at the thread &#60;a href=&#34;http://forum.richard5.net/viewtopic.php?t=14&#34; rel=&#34;nofollow&#34;&#62;http://forum.richard5.net/viewtopic.php?t=14&#60;/a&#62; for more info on a setup like you wan't to accomplish. The virtual users can be cmpiled in but still local users can be used. It's just how dspam will administer them...</description>
</item>
<item>
<title>grgcombs on "DSPAM/postfx configuration problems"</title>
<link>http://diymacserver.com/forum/topic/dspampostfx-configuration-problems#post-274</link>
<pubDate>Fri, 26 Jan 2007 18:53:19 +0000</pubDate>
<dc:creator>grgcombs</dc:creator>
<guid isPermaLink="false">274@http://diymacserver.com/forum/</guid>
<description>I'm trying to setup dspam a little differently than richard, but not so different that this shouldn't work.&#60;br /&#62;
&#60;br /&#62;
I don't need/want virtual users.  I DO want the dspam signature in the message (so I can do forwarding for training).&#60;br /&#62;
&#60;br /&#62;
In compiling dspam, I used the following parameters:&#60;br /&#62;
./configure --prefix=/usr   \&#60;br /&#62;
  --sysconfdir=/etc   \&#60;br /&#62;
  --localstatedir=/var   \&#60;br /&#62;
  --with-dspam_home=/var/dspam   \&#60;br /&#62;
  --with-storage-driver=mysql_drv   \&#60;br /&#62;
  --with-mysql-includes=/usr/local/mysql/include   \&#60;br /&#62;
  --with-mysql-libraries=/usr/local/mysql/lib   \&#60;br /&#62;
  --with-dspam-home-owner=dspam   \&#60;br /&#62;
  --with-dspam-home-group=postdrop   \&#60;br /&#62;
  --with-dspam-group=postdrop   \&#60;br /&#62;
  --with-dspam-mode=6755   \&#60;br /&#62;
  --enable-preferences-extension   \&#60;br /&#62;
  --enable-signature-headers   \&#60;br /&#62;
  --enable-long-usernames   \&#60;br /&#62;
  --enable-daemon   \&#60;br /&#62;
  --enable-domain-scale&#60;br /&#62;
&#60;br /&#62;
From the standard /etc/dspam.conf I've changed:&#60;br /&#62;
DeliveryHost        127.0.0.1&#60;br /&#62;
DeliveryPort        10026&#60;br /&#62;
DeliveryIdent       localhost&#60;br /&#62;
DeliveryProto       SMTP&#60;br /&#62;
&#60;br /&#62;
Trust dspam&#60;br /&#62;
Trust postfix&#60;br /&#62;
Trust www&#60;br /&#62;
&#60;br /&#62;
Preference &#38;quot;spamAction=quarantine&#38;quot;&#60;br /&#62;
Preference &#38;quot;signatureLocation=message&#38;quot;  # 'message' or 'headers'&#60;br /&#62;
Preference &#38;quot;showFactors=on&#38;quot;&#60;br /&#62;
Preference &#38;quot;spamAction=tag&#38;quot;&#60;br /&#62;
Preference &#38;quot;spamSubject=[SPAM]&#38;quot;&#60;br /&#62;
&#60;br /&#62;
MySQLServer     /tmp/mysql.sock&#60;br /&#62;
MySQLPort&#60;br /&#62;
MySQLUser               dspam&#60;br /&#62;
MySQLPass               booo&#60;br /&#62;
MySQLDb                 dspam&#60;br /&#62;
MySQLCompress           true&#60;br /&#62;
&#60;br /&#62;
MySQLUIDInSignature    on&#60;br /&#62;
&#60;br /&#62;
#since I'm working after spamassassin elsewhere&#60;br /&#62;
IgnoreHeader X-Spam-Status&#60;br /&#62;
IgnoreHeader X-Spam-Scanned&#60;br /&#62;
IgnoreHeader X-Virus-Scanner-Result&#60;br /&#62;
&#60;br /&#62;
#not sure if I need these off, since I do my own training transports&#60;br /&#62;
ParseToHeaders on&#60;br /&#62;
ChangeModeOnParse on&#60;br /&#62;
ChangeUserOnParse on&#60;br /&#62;
&#60;br /&#62;
ServerMode standard&#60;br /&#62;
ServerParameters        &#38;quot;--deliver=innocent, spam&#38;quot;&#60;br /&#62;
ServerIdent             &#38;quot;localhost.local&#38;quot;&#60;br /&#62;
&#60;br /&#62;
/etc/postfix/dspam_regexp (and built the db)&#60;br /&#62;
/^spam-(.*)/ dspam-add:${1}&#60;br /&#62;
/^ham-(.*)/ dspam-del:${1}&#60;br /&#62;
/^(.*)/ dspam:${1}&#60;br /&#62;
&#60;br /&#62;
/etc/postfix/main.cf:&#60;br /&#62;
transport_maps = regexp:/etc/postfix/dspam_regexp &#60;br /&#62;
dspam_destination_recipient_limit =1 &#60;br /&#62;
dspam-add_destination_recipient_limit = 1 &#60;br /&#62;
dspam-fp_destination_recipient_limit = 1 &#60;br /&#62;
&#60;br /&#62;
/etc/postfix.master.cf:&#60;br /&#62;
dspam-add unix  -       n       n       -       -       pipe&#60;br /&#62;
    flags=Rhq user=dspam argv=/usr/bin/dspam --user ${user}@${nexthop} --class=spam --source=error&#60;br /&#62;
dspam-del unix  -       n       n       -       -       pipe&#60;br /&#62;
    flags=Rhq user=dspam argv=/usr/bin/dspam --user ${user}@${nexthop} --class=innocent --source=error&#60;br /&#62;
dspam     unix  -       n       n       -       10      pipe    &#60;br /&#62;
    flags=Ru user=dspam argv=/usr/bin/dspam --deliver=innocent --user ${recipient} -i -f $sender -- $recipient&#60;br /&#62;
&#60;br /&#62;
localhost:10026 inet  n -       n       -       -        smtpd&#60;br /&#62;
  -o content_filter=&#60;br /&#62;
  -o receive_override_options=no_unknown_recipient_checks&#60;br /&#62;
  -o smtpd_helo_restrictions=&#60;br /&#62;
  -o smtpd_client_restrictions=&#60;br /&#62;
  -o smtpd_sender_restrictions=&#60;br /&#62;
  -o smtpd_recipient_restrictions=permit_mynetworks,reject&#60;br /&#62;
  -o mynetworks=127.0.0.0/8&#60;br /&#62;
  -o smtpd_authorized_xforward_hosts=127.0.0.0/8&#60;br /&#62;
&#60;br /&#62;
The result gives me what looks like some recursive loop ....&#60;br /&#62;
&#60;br /&#62;
/var/log/system.log:&#60;br /&#62;
.....&#60;br /&#62;
Jan 26 09:38:48 gamura dspam[12534]: bailing on error -2&#60;br /&#62;
Jan 26 09:38:48 gamura dspam[12534]: received invalid result (! DSR_ISSPAM &#124;&#124; DSR_INNOCENT) : -2&#60;br /&#62;
Jan 26 09:38:48 gamura dspam[12534]: process_message returned error -2.  delivering.&#60;br /&#62;
Jan 26 09:38:48 gamura dspam[12534]: Got error 554 in response to message data: 554 Error: too many hops^M\n</description>
</item>
<item>
<title>Richard on "False positives?"</title>
<link>http://diymacserver.com/forum/topic/false-positives#post-249</link>
<pubDate>Sun, 31 Dec 2006 16:24:56 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">249@http://diymacserver.com/forum/</guid>
<description>Thanks for the update, need to do this myself as well but as I said before, I haven't received anything indicated as spam that wasn't spam yet...&#60;br /&#62;
&#60;br /&#62;
Keep me posted on the progres.&#60;br /&#62;
&#60;br /&#62;
For starting all over again, I think you can delete the user from the database and you would start over again.</description>
</item>
<item>
<title>bohica on "False positives?"</title>
<link>http://diymacserver.com/forum/topic/false-positives#post-248</link>
<pubDate>Thu, 28 Dec 2006 16:18:55 +0000</pubDate>
<dc:creator>bohica</dc:creator>
<guid isPermaLink="false">248@http://diymacserver.com/forum/</guid>
<description>All of my mail was being identified as spam.  I updated the daily script - with a definition at the top...&#60;br /&#62;
&#60;br /&#62;
NOTSPAM_VIRTUAL_FOLDER=.NotSpam&#60;br /&#62;
&#60;br /&#62;
and the section just above the line &#60;br /&#62;
&#60;br /&#62;
done &#38;lt; $USERFILE&#60;br /&#62;
&#60;br /&#62;
with the following...&#60;br /&#62;
&#60;br /&#62;
  echo `date` Processing False Positives as Clean&#60;br /&#62;
  # check if the user has a .NotSpam folder&#60;br /&#62;
  if [ -d $VIRTUAL_BASE$MAILDIR$NOTSPAM_VIRTUAL_FOLDER ]; then&#60;br /&#62;
    echo Entered User NotSpam Folder&#60;br /&#62;
    # check both new and cur directories for notspam !&#60;br /&#62;
    cd $VIRTUAL_BASE$MAILDIR$NOTSPAM_VIRTUAL_FOLDER/new&#60;br /&#62;
    for j in *&#60;br /&#62;
    do&#60;br /&#62;
      # check if the file exists&#60;br /&#62;
      if [ -s $j ]; then&#60;br /&#62;
        echo `date` Processing `pwd`/$j as Not Spam&#60;br /&#62;
        $DSPAM --user $USER --class=innocent --source=error &#38;lt; $j&#60;br /&#62;
      fi&#60;br /&#62;
    done&#60;br /&#62;
    cd $VIRTUAL_BASE$MAILDIR$NOTSPAM_VIRTUAL_FOLDER/cur&#60;br /&#62;
    for j in *&#60;br /&#62;
    do&#60;br /&#62;
      # check if the file exists&#60;br /&#62;
      if [ -s $j ]; then&#60;br /&#62;
        echo `date` Processing `pwd`/$j as Not Spam&#60;br /&#62;
        $DSPAM --user $USER --class=innocent --source=error &#38;lt; $j&#60;br /&#62;
      fi&#60;br /&#62;
    done&#60;br /&#62;
  else&#60;br /&#62;
    echo No NotSpam Folder&#60;br /&#62;
  fi&#60;br /&#62;
&#60;br /&#62;
&#60;br /&#62;
it seems to work... but I will not know for a couple of days.  I have not moved on to maildrop until I know that spam is properly identified.  Thought I would share...&#60;br /&#62;
&#60;br /&#62;
I do not know what will happen if you move mail misidentified as spam into the NotSpam folder, and then leave it there to be processed multiple times?  &#60;br /&#62;
&#60;br /&#62;
As for why things were being identified as spam -- the dspam factors were listing things like to: as .99 and things like subject *.is as .99.  Wierd...  we will see if it is just my configuration.  Is there a way to reset the entire dspam stats for a specific user?&#60;br /&#62;
&#60;br /&#62;
Thanks!</description>
</item>
<item>
<title>Richard on "False positives?"</title>
<link>http://diymacserver.com/forum/topic/false-positives#post-247</link>
<pubDate>Wed, 20 Dec 2006 17:52:45 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">247@http://diymacserver.com/forum/</guid>
<description>Nope, I didn't like the forwarding as then you need to put the dspam ID in the mailbody of the message as not all mail clients leave the header in the original message untouched. I hate putting stuff in emails that doesn't belong there, all messages that you would reply to would have something like:&#60;br /&#62;
&#60;br /&#62;
2,458968cb103465209328925&#60;br /&#62;
&#60;br /&#62;
in there. I also think that if you start a maildialog you would end up with multiple Id's in your message and I don't think DSpam would handle that properly.</description>
</item>
<item>
<title>bohica on "False positives?"</title>
<link>http://diymacserver.com/forum/topic/false-positives#post-246</link>
<pubDate>Wed, 20 Dec 2006 17:48:52 +0000</pubDate>
<dc:creator>bohica</dc:creator>
<guid isPermaLink="false">246@http://diymacserver.com/forum/</guid>
<description>Yeah - came in today and everything I received overnight was tagged as SPAM.  Of the 20 messages or so - 5 were not spam.... we shall see...  &#60;br /&#62;
&#60;br /&#62;
Would you consider using the etc/postfix/transport method you originally tried so you could forward email to a cleaner address?</description>
</item>
<item>
<title>Richard on "False positives?"</title>
<link>http://diymacserver.com/forum/topic/false-positives#post-245</link>
<pubDate>Wed, 20 Dec 2006 17:43:00 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">245@http://diymacserver.com/forum/</guid>
<description>Tim, don't worry about the commenting....&#60;br /&#62;
&#60;br /&#62;
You are correct in your assumptions. I haven't encountered any false positives yet. But you can alter the existing training script to do this very easily.&#60;br /&#62;
&#60;br /&#62;
Create a mailbox folder called NotSpam.&#60;br /&#62;
&#60;br /&#62;
Rename the Junk folder in the script to NotSpam.&#60;br /&#62;
&#60;br /&#62;
Change the lines with:&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;nbsp;$DSPAM --user $USER --class=spam --source=error &#38;lt; $j&#60;/code&#62;&#60;/p&#62;&#60;br /&#62;
&#60;br /&#62;
into:&#60;br /&#62;
&#60;p&#62;&#60;code&#62;&#38;nbsp;$DSPAM --user $USER --class=ham --source=error &#38;lt; $j&#60;/code&#62;&#60;/p&#62;&#60;br /&#62;
&#60;br /&#62;
And you are done, haven't gotten around to it myself but I think this should do it.&#60;br /&#62;
&#60;br /&#62;
Hope this helps you out. Are you getting any false positives ?</description>
</item>
<item>
<title>bohica on "False positives?"</title>
<link>http://diymacserver.com/forum/topic/false-positives#post-244</link>
<pubDate>Wed, 20 Dec 2006 17:35:13 +0000</pubDate>
<dc:creator>bohica</dc:creator>
<guid isPermaLink="false">244@http://diymacserver.com/forum/</guid>
<description>Richard - I posted on one of the blog pages before I remembered the forum.  Sorry.  In the dspam setup in the blog - have you forgotten to give instructions on how to address false positive retraining or did I miss it?&#60;br /&#62;
&#60;br /&#62;
Thanks!</description>
</item>

</channel>
</rss>

