On Thu, 6 May 2004, Matt Kettler wrote:

> At 11:49 AM 5/6/04 +0400, Sergey Smirnov wrote:
> >Unfortunately I'm using SA with sendmail + spamass-milter.
> >I can't use common procmail filter because I have to forward messages to
> >M$ Exchange and store copy of message locally.
> >It's easy for me use sendmail aliases than ~/.procmailrc files for each
> >users.
> >Only one person don't want use SA. Of cause he is M$ sysadmin.
>
>
> With plain spamass-milter, I'm pretty sure you're not going to be able to
> fix the problem, but I'll admitt I'm not all that familar with spamass-milter.

There is one straightforward way to do this, configure your incoming
sendmail so that it will only accept -ONE- recipient per message.

Put this in your sendmail.mc file and make a new .cf file:
  define(`confMAX_RCPTS_PER_MESSAGE',`1')

Or hand-edit your .cf file and add:
  O MaxRecipientsPerMessage=1

This will force remote systems to send group mailings as a bunch
of seperate messages, and your sendmail + spamass-milter will
process each one seperately.

Of course, this will cost you in increased CPU/bandwidth for
multi-recipient messages but it will fix your problem.

-- 
Dave Funk                                  University of Iowa
<dbfunk (at) engineering.uiowa.edu>        College of Engineering
319/335-5751   FAX: 319/384-0549           1256 Seamans Center
Sys_admin/Postmaster/cell_admin            Iowa City, IA 52242-1527
#include <std_disclaimer.h>
Better is not better, 'standard' is better. B{

Reply via email to