Rob,

>  # amavisd-release Y/spam-Y5y7A3J5r2Ax.gz
>  Invalid quarantine file name: Y/spam-Y5y7A3J5r2Ax.gz at
>  /usr/local/sbin/amavisd-release line 145.

> at line 145 of amavisd-release, is
> $mail_file =~ m{^ ([^/].+/)? ([A-Z0-9_-]*)
>                 ([A-Z0-9][A-Z0-9+-]{10}[A-Z0-9]) (\.gz)? \z}xsi
>   or die "Invalid quarantine file name: $mail_file";
> ... If I change the first part of the pattern to "([^/]+/)?"
> then release works for quarantine IDs matching my pattern.

Thanks, I'll change it to:

  $mail_file =~ m{^ ([^/].*/)? ([A-Z0-9_-]*)
                   ([A-Z0-9][A-Z0-9+-]{10}[A-Z0-9]) (\.gz)? \z}xsi

for 2.4.3. Thanks for the bug report
and sorry for a late reply.

  Mark

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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