2007/12/9, Gilles Mocellin <[EMAIL PROTECTED]>: > Le Sunday 09 December 2007 14:00:21 Pooly, vous avez écrit: > > Hi, > > > > Spamassassin is marking some legitimate emails as spam, so I'll be > > now using a whitelist for the sender. However I still have to release > > the quarantined ones, but if I try to release all emails from one > > domain I get : > > amavisd-release `zgrep -l "ladilafeprod.com" spam*.gz` > > 450 4.5.0 Failure: Result QMu8cxQ4vcEB of secret_id does not match > > mail_id 44vjFr4Ti+As at (eval 40) line 262, <GEN62> line 7. > > And the log says : > > amavis[26517]: (!!) policy_server FAILED: Result QMu8cxQ4vcEB of > > secret_id does not match mail_id 44vjFr4Ti+As at (eval 40) line 262, > > <GEN20> line 7. > > > > Any idea what I could do to re-injectect these emails into the system ? > > Thanks, > > /usr/sbin/amavisd-release is here for releasing quarantine mails. > > just do as root, for each mail : > # amavisd-release spam-your-file.gz > >
Oh I get the error, thanks. Now that's what I do: for i in `zgrep -l "@carotte.org" spam*.gz`; do rm $i; done; -- http://www.myspace.com/sakuradropsuk : credit runs faster http://www.w-fenec.org/ Rock Webzine

