On Thu, 2006-08-31 at 12:32 -0600, Gary V wrote:
> Les wrote:
>
> > On Thu, 2006-08-31 at 10:35 -0600, Gary V wrote:
> >> Les wrote:
> >>
> >> > My users started complaining that mail was not getting through and they
> >> > were not getting any undeliverable messages. Digging through the maillog
> >> > I found this but have no clue as to what is causing the problem.
> >>
> >> > Aug 31 11:16:03 mta1 amavis[30753]: (30753-03) TROUBLE in check_mail:
> >> > mime_decode-1 FAILED: Unmatched ) in regex; marked by <-- HERE in m/)
> >> > <-- HERE / at /usr/local/sbin/amavisd-2.2.0 line 2454, <GEN53> line 2.
> >>
>
> >> What version of MIME::Tools?
> >> perl -MMIME::Tools -e 'print "$MIME::Tools::VERSION\n";'
> >>
>
> > MIME-TOOLS version 0.87
>
> >> and Net::Server?
> >> perl -MNet::Server -e 'print "$Net::Server::VERSION\n";'
> >>
> > Net::Server version 5.415
>
> > Les Ault III
>
> Actually, Net::Server 0.87 and MIME::Tools 5.415
>
> Show lines 2453 and 2454 of /usr/local/sbin/amavisd-2.2.0
>
> Gary V
>
Your right :)
In sub lookup($$@){
2449 if (ord($mylla) > 122){
2450 $addr =~ chop($addr);
2451 }
2452
2453 if (ord($mylla) < 65){
2454 $addr =~ chop($addr);
2455 }
2456
Les
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/