Bob,
> Nov 20 13:22:21 mailgateway.forsythshirt.com
/usr/sbin/amavisd[6586]:
> (06586-09) lookup (check_bann:???? forsythshirt.com) => true,
>
["multipart/mixed","multipart/alternative&quo
t;,"text/plain",".asc",".asc",
"fill
>i ng orders towards the end of next week."]
matches, result="1",
>
matching_key="(?i-xsm:.\.(mpg|avi|oog|ram|mov|qt|mp3|w
av|ra|wmv|)$)"
Your regexp matches any filename that ends with a dot,
which this one does.
> qr'..(mpg|avi|oog|ram|mov|qt|mp3|wav|ra|wmv|)$'i,
You probably meant:
qr'..(mpg|avi|oog|ram|mov|qt|mp3|wav|ra|wmv)$'i,
Mark
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|