Mark Martinec wrote:
> Patrick,
>
>   
>> I see, I can request to requeue/release a message using AM.PDP, but I don't
>> see how I can request a quarantined message can be deleted.
>>
>> Should I get myself a pair of new glasses or is such functionality not
>> implemented?
>>     
>
> No need for new glasses, it is indeed not implemented.
>
> I considered quarantine management outside of amavisd domain,
> so I intentionally did not implement it there. I suppose
> it could be added, if there is interest.
>
>   
something like:

mysql mail -AssBbe "delete from quarantine where mail_id=$mailid and 
partition_tag = $partition_tag"?

Q is, do you also delete the msgs and msgrcpt records, and/or maddr also

delete from quarantine using quarantine natural join on msgrcpt natural 
join on msgs where....


>   Mark
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> 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/ 
>   


_________________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.secnap.com/products/spammertrap/
_________________________________________________________________________
   
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
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