Uwe,

> how to release a message from sql quarantine? I disabled release
> authorization, but it will not work.
>
> I'm a bit confused to se syntax:
>
> Usage:  $ amavisd-release mail_file [secret_id [alt_recip1 alt_recip2 ...]]
>
> What is mail_file? MAIL_ID or AM_ID or QUAR_LOC?

Depends on the quarantine type. It is exactly what is logged
in the "quarantine: ..." field as below:

(13150-24) Blocked SPAM, [...] <...> -> <...>,
  quarantine: W26/spam/R/RTGBdEuYCk+y.gz, [...]
  mail_id: RTGBdEuYCk+y, Hits: 42.326

i.e. "W26/spam/R/RTGBdEuYCk+y.gz"  in the above case.

In your case (quarantining to SQL), it happens to be the same
as mail_id, i.e. "RTGBdEuYCk+y".

If the secret_id is unavailable and its checking is disabled,
it must still be present, but can be anything. Typically
place an empty string there:
  amavisd-release RTGBdEuYCk+y "" alternative_recips

or just:
  amavisd-release RTGBdEuYCk+y

if delivering to original recipients.


  Mark

------------------------------------------------------------------------------
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to