Is there a way to DSPAM work with amavisd, but *without* spamassassin? The sendmail binary in my dspam config is part of the Postfix install.
The dspam-retrain.sh script is one I found on a dspam-wiki here: http://dspamwiki.woozle.org/DspamRetrainScript However, I couldn't get this version of it work so created a much more simpler one: #!/bin/sh PATH=/usr/local/bin:/usr/bin:/bin # Get arguments class="$1"; shift user="$1"; shift dspam --user $user --class=$class --source=error HTH!! -- theboywho [EMAIL PROTECTED] -- [email protected] mailing list
