Kevin,

> It looks like Amavis is putting a prefix on the quarantined email:
> /var/lib/amavis/virusmails/badh-1f715-Oxd-Ns
> /var/lib/amavis/virusmails/spam-03vDqjwDPwK4.gz
> /var/lib/amavis/virusmails/virus-NZNyWfWAbUBZ

Looks like your settings are something like:

$virus_quarantine_method = 'local:virus-%m';
$banned_files_quarantine_method = 'local:banned-%m';
$spam_quarantine_method = 'local:spam-%m.gz';
$bad_header_quarantine_method = 'local:badh-%m';

Adjust these templates as necessary: drop the prefix if you like,
drop the .gz if you don't want spam quarantine to be gzipped.

> And when MailZu is trying release them it looks like it's only using the
> last part of the name - not the prefix bit of badh-, spam-, virus-
> 
> Not sure which bit should be fixed - stop amavis putting on the prefix -
> or asking MaiZu to add it.

I don't know what can be done on the MaiZu side.
It is geared towards SQL quarantine, which uses just the %m as
a template.

  Mark

------------------------------------------------------------------------------
Come build with us! The BlackBerry® 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/devconf
_______________________________________________
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