[Mimedefang] Milter: data, reject=451 4.7.1 Please try again later

Lu webmaster at hostation.com
Tue May 21 17:00:34 EDT 2002


David,
Though I am using the latest spamassassin, the load seems to be the
issue.

I changed:
if (-s "./INPUTMSG" < 256*1024)

to:
if (-s "./INPUTMSG" < 100*1024)

and it seems to work.

I have another question but on a slightly different topic so I will post
a separate e-mail

Thanks.


> -----Original Message-----
> From: mimedefang-admin at lists.roaringpenguin.com 
> [mailto:mimedefang-admin at lists.roaringpenguin.com] On Behalf 
> Of David F. Skoll
> Sent: Tuesday, May 21, 2002 11:22 AM
> To: mimedefang at lists.roaringpenguin.com
> Subject: RE: [Mimedefang] Milter: data, reject=451 4.7.1 
> Please try again later
> 
> 
> On Tue, 21 May 2002, Lu wrote:
> 
> > $MULTIPLEX -x 10 -m 2 -b 30 -i 300 -s /var/tmp/mdefang-mx.sock -p 
> > /var/tmp/mdefang-mx.pid -l &
> 
> You are getting a busy timeout, which means your filter is 
> taking more than 30 seconds to process the message.  Possible causes:
> 
> - A bug in the filter causing it to loop forever
> - An overloaded system -- you have 8 running slaves, which is 
> quite a lot.
> - Something in your filter which is slow on large messages.  
> Old versions
>   of SpamAssasssin behaved badly on large messages.
> 
> You can try increasing the busy timeout (-b 300) to five 
> minutes.  If that does not help, then it's probably a filter error.
> 
> Try using the "-k" option to mimedefang.  That will keep 
> failed spool directories around.  Then you can test your 
> filter "live" by doing
> this:
> 
> 	cd /var/spool/MIMEDefang/mdefang-whatever
> 	rm -rf Work
> 	mimedefang.pl .
> 
> That will run the Perl filter on the actual spool directory.  
> See how long it takes.
> 
> Regards,
> 
> David.
> 
> _______________________________________________
> MIMEDefang mailing list
> MIMEDefang at lists.roaringpenguin.com
> http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
> 




More information about the MIMEDefang mailing list