<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks. Yeah we already do that but its just not important enough for
most users, they just want to send email :)<br>
<br>
I will look at a script the MTA can use.<br>
<br>
Jethro R Binks wrote:
<blockquote
 cite="mid:alpine.BSF.2.00.1004220905560.8216@qrswnz.pp.fgengu.np.hx"
 type="cite">
  <pre wrap="">On Thu, 22 Apr 2010, Pete Russell wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Its possible this is an MTA question and not an MS question?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I'd say it's an MTA issue really.

  </pre>
  <blockquote type="cite">
    <pre wrap="">Every day we see staff send email to customers and students in massive 
lists. Everyone the message is addressed to is listed in the To: field. 
Would it make sense to have a test for more than x entries in the To: 
field so move all of the addresses to Bcc: ?

If this did make sense would it be very difficult?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Here's what I say to my users when overuse of To:/Cc: occurs:

"
Hi,

It is poor practice to send a message to a large number of recipients 
listed in the To: or Cc: field, as you have done with a recent message.

As well as damaging privacy by exposing everyone's email address to 
everyone else, it is difficult to read, and can cause problems with some 
mail clients, for example, they fail to complete downloading the message 
and keep trying to do so over and over again.

If you wish to send out a message to a large number of people, then a 
better way to do so would be to address the message to yourself or some 
other primary recipient in the To: header, and place all the other 
recipients in the Bcc: (blind carbon copy) header.  That way each 
recipient doesn't get to see the full list of recipients in headers as 
received, and it prevents the related problems.  You may need to alter the 
configuration of your mail client to make the Bcc: header available for 
completion: contact the Helpdesk for advice.

Can you please ensure that you use this method in future.  We could 
enforce this at the mail servers, but we would prefer people to do so 
voluntarily.

If mailing a specific large group is something you are likely to do 
regularly, then the best option would be to request the establishment of a 
properly managed mailing list.
"

It doesn't really make sense to "move" recipients from the To: header to 
the Bcc: header.  To the email system, they are all just recipients.  
What goes in those headers is cosmetic only, and need bear no relation to 
the actual messsage recipients (but ordinary mail clients usually "do the 
right thing" behind the scenes).

In your MTA, you could refuse to accept messages where the To:/Cc: headers 
are "too large", for some value.  Alternatively you could accept the 
message and then just wipe the contents of the To:/Cc: headers (or replace 
with something syntactically valid like:

  To: many recipients:;

However, generally I would advise against automatic tinkering with message 
contents.  Choose carrots rather than sticks: after user education, maybe 
penalise messages that don't conform (maybe you could hold them on the 
queue for manual evaluation and then give the sender some more education, 
before releasing them.  Repeated delays will annoy them, but they will 
learn how to avoid them eventually.  Make the delays longer for repeated 
offenders!).  If the carrot doesn't work over time, use your stick and 
refuse to accept them!  But what you can get away with depends on your 
userbase, and what you can technically do depends on your MTA.

Jethro.

.  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .
Jethro R Binks
Computing Officer, IT Services, University Of Strathclyde, Glasgow, UK
  </pre>
</blockquote>
<br>
</body>
</html>