Finally! I am not alone ;-) Preety much the same setup here, groups are used.
kitty:~# apt-cache policy dspam dspam: Installed: 3.10.1+dfsg-3+b1 Candidate: 3.10.1+dfsg-3+b1 Package pin: (not found) Version table: *** 3.10.1+dfsg-3+b1 200 500 http://debian.co.il/debian/ testing/main i386 Packages 100 /var/lib/dpkg/status kitty:~# Regards, D. -----Original Message----- From: Håkon Alstadheim [mailto:ha...@alstadheim.priv.no] Sent: Thursday, February 09, 2012 11:31 To: dspam-user@lists.sourceforge.net Subject: Re: [Dspam-user] FW: Quarantined mail is not properly released Just for the record, I (still) have the same problem. Running debian squeeze with some stuff from backports. Apt cache shows following: --- # apt-cache policy dspam dspam: Installed: 3.10.1+dfsg-3 Candidate: 3.10.1+dfsg-3 Version table: *** 3.10.1+dfsg-3 0 100 /var/lib/dpkg/status 3.10.1+dfsg-3~bpo60+1 0 100 http://www.uk.backports.org/ squeeze-backports/main i386 Packages 100 http://ftp.tiscali.nl/pub/mirror/debian-backports/ squeeze-backports/main i386 Packages 3.6.8-9 0 500 http://ftp.no.debian.org/debian/ lenny/main i386 Packages 500 http://ftp.se.debian.org/debian/ lenny/main i386 Packages --- I have a very well tuned token-database and I am in reality the only active user of my installation and haven't had the time to debug this, so I've resigned to doing the following four lines on the very rare occasion that I need something from the quarantine: -- # cp /var/spool/dspam/<mumble>/<user>.mbox ~/<user> # chown ~/<user>/<user>.mbox # su - <user> $ formail -t -s procmail -m /home/<user>/.procmailrc < <user>.mbox --- Clicking "deliver" in the web-ui DOES seem to do the required retrain, the only problem seems to be the mangling of the recipient address. One possible avenue of research is to see what effect the "ChangeUserOnParse full" setting has. I've removed that setting from my config, but it seems to have had no effect for me. By now I guess people realize I'm a bit behind the times in my dspam setup... :/ . I only noticed the "extlookup" setting now, never used it. I set it to "off" now that I found it. Might help ? I haven't set up group handling in DSPAM, never took the time to get my head around how they work. In stead I'm using som virtual uids pointing to multiple users@myhostname, and som symlinks in the dspam data directory. Could this be causing trouble ? The user I use the most does not have any symlinks in the data directory. -- below is the output of "grep -d recurse -v '^#' /etc/dspam/dspam.conf /etc/dspam/dspam.d/" ---- : grep -d recurse -v '^#\|^$' /etc/dspam/dspam.conf /etc/dspam/dspam.d/ /etc/dspam/dspam.conf:Home /var/spool/dspam /etc/dspam/dspam.conf:StorageDriver /usr/lib/dspam/libmysql_drv.so /etc/dspam/dspam.conf:TrustedDeliveryAgent "/usr/bin/procmail" /etc/dspam/dspam.conf:UntrustedDeliveryAgent "/usr/bin/procmail -d %u" /etc/dspam/dspam.conf:DeliveryHost 127.0.0.1 /etc/dspam/dspam.conf:DeliveryPort 10025 /etc/dspam/dspam.conf:DeliveryIdent localhost /etc/dspam/dspam.conf:DeliveryProto SMTP /etc/dspam/dspam.conf:FallbackDomains on /etc/dspam/dspam.conf:EnablePlusedDetail on /etc/dspam/dspam.conf:OnFail error /etc/dspam/dspam.conf:Trust root /etc/dspam/dspam.conf:Trust dspam /etc/dspam/dspam.conf:Trust mail /etc/dspam/dspam.conf:Trust mailnull /etc/dspam/dspam.conf:Trust smmsp /etc/dspam/dspam.conf:Trust daemon /etc/dspam/dspam.conf:Debug firmapost firmap...@alstadheim.priv.no /etc/dspam/dspam.conf:DebugOpt process spam fp classify inoculation corpus /etc/dspam/dspam.conf:TrainingMode teft /etc/dspam/dspam.conf:TestConditionalTraining on /etc/dspam/dspam.conf:Feature wh /etc/dspam/dspam.conf:Algorithm graham burton /etc/dspam/dspam.conf:Tokenizer chain /etc/dspam/dspam.conf:PValue bcr /etc/dspam/dspam.conf:WebStats on /etc/dspam/dspam.conf:Preference "trainingMode=TEFT" # { TOE | TUM | TEFT | NOTRAIN } -> default:teft /etc/dspam/dspam.conf:Preference "spamAction=tag" # { quarantine | tag | deliver } -> default:quarantine /etc/dspam/dspam.conf:Preference "spamSubject=[SPAM]" # { string } -> default:[SPAM] /etc/dspam/dspam.conf:Preference "statisticalSedation=5" # { 0 - 10 } -> default:0 /etc/dspam/dspam.conf:Preference "enableBNR=on" # { on | off } -> default:off /etc/dspam/dspam.conf:Preference "enableWhitelist=on" # { on | off } -> default:on /etc/dspam/dspam.conf:Preference "signatureLocation=message" # { message | headers } -> default:message /etc/dspam/dspam.conf:Preference "tagSpam=off" # { on | off } /etc/dspam/dspam.conf:Preference "tagNonspam=off" # { on | off } /etc/dspam/dspam.conf:Preference "showFactors=off" # { on | off } -> default:off /etc/dspam/dspam.conf:Preference "optIn=off" # { on | off } /etc/dspam/dspam.conf:Preference "optOut=off" # { on | off } /etc/dspam/dspam.conf:Preference "whitelistThreshold=10" # { Integer } -> default:10 /etc/dspam/dspam.conf:Preference "makeCorpus=off" # { on | off } -> default:off /etc/dspam/dspam.conf:Preference "storeFragments=off" # { on | off } -> default:off /etc/dspam/dspam.conf:Preference "localStore=" # { on | off } -> default:username /etc/dspam/dspam.conf:Preference "processorBias=on" # { on | off } -> default:on /etc/dspam/dspam.conf:Preference "fallbackDomain=off" # { on | off } -> default:off /etc/dspam/dspam.conf:Preference "trainPristine=off" # { on | off } -> default:off /etc/dspam/dspam.conf:Preference "optOutClamAV=off" # { on | off } -> default:off /etc/dspam/dspam.conf:Preference "ignoreRBLLookups=off" # { on | off } -> default:off /etc/dspam/dspam.conf:Preference "RBLInoculate=off" # { on | off } -> default:off /etc/dspam/dspam.conf:Preference "notifications=off" # { on | off } -> default:off /etc/dspam/dspam.conf:AllowOverride enableBNR /etc/dspam/dspam.conf:AllowOverride enableWhitelist /etc/dspam/dspam.conf:AllowOverride fallbackDomain /etc/dspam/dspam.conf:AllowOverride ignoreGroups /etc/dspam/dspam.conf:AllowOverride ignoreRBLLookups /etc/dspam/dspam.conf:AllowOverride localStore /etc/dspam/dspam.conf:AllowOverride makeCorpus /etc/dspam/dspam.conf:AllowOverride optIn /etc/dspam/dspam.conf:AllowOverride optOutClamAV /etc/dspam/dspam.conf:AllowOverride processorBias /etc/dspam/dspam.conf:AllowOverride RBLInoculate /etc/dspam/dspam.conf:AllowOverride showFactors /etc/dspam/dspam.conf:AllowOverride signatureLocation /etc/dspam/dspam.conf:AllowOverride spamAction /etc/dspam/dspam.conf:AllowOverride spamSubject /etc/dspam/dspam.conf:AllowOverride statisticalSedation /etc/dspam/dspam.conf:AllowOverride storeFragments /etc/dspam/dspam.conf:AllowOverride tagNonspam /etc/dspam/dspam.conf:AllowOverride tagSpam /etc/dspam/dspam.conf:AllowOverride trainPristine /etc/dspam/dspam.conf:AllowOverride trainingMode /etc/dspam/dspam.conf:AllowOverride whitelistThreshold /etc/dspam/dspam.conf:AllowOverride dailyQuarantineSummary /etc/dspam/dspam.conf:AllowOverride notifications /etc/dspam/dspam.conf:Notifications off /etc/dspam/dspam.conf:PurgeSignatures 14 # Stale signatures /etc/dspam/dspam.conf:PurgeNeutral 90 # Tokens with neutralish probabilities /etc/dspam/dspam.conf:PurgeUnused 90 # Unused tokens /etc/dspam/dspam.conf:PurgeHapaxes 30 # Tokens with less than 5 hits (hapaxes) /etc/dspam/dspam.conf:PurgeHits1S 15 # Tokens with only 1 spam hit /etc/dspam/dspam.conf:PurgeHits1I 15 # Tokens with only 1 innocent hit /etc/dspam/dspam.conf:LocalMX 127.0.0.1 /etc/dspam/dspam.conf:SystemLog on /etc/dspam/dspam.conf:UserLog on /etc/dspam/dspam.conf:Opt in /etc/dspam/dspam.conf:TrackSources spam /etc/dspam/dspam.conf:Broken case /etc/dspam/dspam.conf:ServerMode auto /etc/dspam/dspam.conf:ServerParameters "--deliver=innocent -d %u" /etc/dspam/dspam.conf:ServerIdent "garbo.alstadheim.priv.no" /etc/dspam/dspam.conf:ProcessorURLContext on /etc/dspam/dspam.conf:ProcessorBias on /etc/dspam/dspam.conf:StripRcptDomain off /etc/dspam/dspam.conf:Include /etc/dspam/dspam.d/ /etc/dspam/dspam.d/hash.conf:HashRecMax 98317 /etc/dspam/dspam.d/hash.conf:HashAutoExtend on /etc/dspam/dspam.d/hash.conf:HashMaxExtents 0 /etc/dspam/dspam.d/hash.conf:HashExtentSize 49157 /etc/dspam/dspam.d/hash.conf:HashPctIncrease 10 /etc/dspam/dspam.d/hash.conf:HashMaxSeek 10 /etc/dspam/dspam.d/hash.conf:HashConnectionCache 10 /etc/dspam/dspam.d/mysql.conf:MySQLServer /var/run/mysqld/mysqld.sock /etc/dspam/dspam.d/mysql.conf:MySQLUser libdspam7-drv-my /etc/dspam/dspam.d/mysql.conf:MySQLPass NV4dXWa6xMhm /etc/dspam/dspam.d/mysql.conf:MySQLDb libdspam7drvmysql /etc/dspam/dspam.d/mysql.conf:MySQLUIDInSignature on /etc/dspam/dspam.d/auth.conf:ParseToHeaders off /etc/dspam/dspam.d/auth.conf:ServerPass.Relay1 "bohLee1x" /etc/dspam/dspam.d/auth.conf:ClientHost /tmp/dspam.sock /etc/dspam/dspam.d/auth.conf:ClientIdent "sumthin@secret" /etc/dspam/dspam.d/auth.conf:ServerDomainSocketPath "/tmp/dspam.sock" /etc/dspam/dspam.d/extlookup.conf:ExtLookup off /etc/dspam/dspam.d/clamav.conf:ClamAVPort 3310 /etc/dspam/dspam.d/clamav.conf:ClamAVHost 127.0.0.1 /etc/dspam/dspam.d/clamav.conf:ClamAVResponse spam -- Håkon Alstadheim / N-7510 Skatval / email:ha...@alstadheim.priv.no tlf: 74 82 60 27 mob: 47 35 39 38 http://alstadheim.priv.no/hakon/ spamtrap: finnesi...@alstadheim.priv.no -- 1 hit& you are out ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Dspam-user mailing list Dspam-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspam-user ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Dspam-user mailing list Dspam-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspam-user