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.
>> 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
I don't see the string mylla in amavisd, I will assume it's a custom
job.
Gary V
-------------------------------------------------------------------------
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/