It does seem to split up the messages based on the recipients but they do not get delivered until I restart the sendmail server. Have you ever seen this problem before?
Anything MD resends goes into the submission queue, not the regular queue. You need to run a second instance of Sendmail as a queue runner. See the MIMEDefang README for more detail, but essentially what you need is:
sendmail -Ac -q5m
This will start a second sendmail process which will run through the submission queue every five minutes.
Kelson Vibber
SpeedGate Communications <www.speed.net>
_______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

