Hi, On Tue, Aug 03, 2004 at 01:11:34PM +0300, Eva Kolega wrote: > Hello. > > We have integrated sendmail and trend micro for the needs of our domain > (sendmail deamon runs in 2 instances). ... > 2nd problem: > We activated quotas for the /var/mail filesystem. > But when a user has exceeded his quota and a mail is sent to him as well > as to other users (I mean of the same list), then the list users begin > to receive this e-mail repeatedly ( every 4h for 5 days - in accordance > to our queue settings). In spite of the fact that a user may not > overquota, he will receive several times an e-mail just because he > belongs to the same list-group with an overquota user.
I believe if you change your delivery agent F= flags to remove the "m" flag, which indicates multiple recipients possible, that should solve your problem. You may do this directly in the sendmail.cf file, or build a new sendmail.cf using a suitable sendmail.mc file, with: MODIFY_MAILER_FLAGS(`LOCAL', `-m') Hope this helps, Mark -- Mark G. Thomas ([EMAIL PROTECTED]) voice: 215-591-3695 http://www.misty.com/ http://mail-cleaner.com/ _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

