Re: [AMaViS-user] How to get any mail from quarantine

2010-04-28 Thread Gary V
On 4/28/10, osmcr...@gmail.com  wrote:
> Hello,
>
> i want to get some of my quarantained mails off quarantine that why amavis
> is marking some legitimate emails as spam
>
> The quarantine-directory is /var/lib/amavis/virusmails/---
>
> There are the maildir-files.
>
> amavisd-release do not have any manpages.
> How do i release the mails from quarantine.
>
> Any idea what I could do to re-injectect these emails into the system ?
>
>
>
> Thanks,

http://www.ijs.si/software/amavisd/amavisd-new-docs.html#quar-release

http://www.freespamfilter.org/forum/viewtopic.php?f=7&t=380&p=2066

-- 
Gary V

--
___
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/ 


Re: [AMaViS-user] How to get any mail from quarantine

2010-04-28 Thread Robert

On 29 Apr 2010, at 01:32, osmcr...@gmail.com wrote:

> Hello,
> 
> i want to get some of my quarantained mails off quarantine that why amavis
> is marking some legitimate emails as spam
> 
> The quarantine-directory is /var/lib/amavis/virusmails/---
> 
> There are the maildir-files.
> 
> amavisd-release do not have any manpages.
> How do i release the mails from quarantine.
> 
> Any idea what I could do to re-injectect these emails into the system ?
> 



In my system, amavisd-new sends a me a report about all quarantined mail.

Somewhere in that report it will say something like:

The message has been quarantined as: virus/123456789abcd.gz

You may need to cd to /var/lib/amavis/virusmails/ and then issue the

command 'amavisd-release virus/123456789abcd.gz'

The mail should then be released to it's original recipient, provided 
amavisd-release 

has been set up correctly.

Hope this helps you.

Robert.
--
___
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/ 


Re: [AMaViS-user] How to get any mail from quarantine

2008-08-07 Thread Mark Martinec
Sebastian,

> i want to get some of my quarantained mails off quarantine.
> The quarantine-directory is /var/lib/amavis/virusmails/a to /b /c ... /z
> There are the maildir-files.
>
> amavisd-release do not have any manpages.
> How do i release the mails from quarantine.

Search RELEASE_NOTES for:
- release from quarantine functionality is now a built-in feature

[...]
  Example use:
$ amavisd-release spam/V/V5htXBh0y0Hr.gz H2huh4wfrSyC

  or providing a replacement list of recipients:
$ amavisd-release spam/V/V5htXBh0y0Hr.gz H2huh4wfrSyC [EMAIL PROTECTED]

  The first argument is a (relative) quarantine file name, as reported in
  the log. [...]


Mark

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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/