<!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">
Julian Field wrote:
<blockquote cite="mid:4787EF63.9070507@ecs.soton.ac.uk" type="cite">
  <pre wrap="">-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



Greg Borders wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm looking into doing this, and I implemented this rule from the 
examples:

3. Only sign outgoing messages
Set "Sign Clean Messages = /opt/MailScanner/etc/rules/signing.rules".
If your messages come from "yourdomain.com", then try this:
From: 192.168. yes
FromOrTo: default no
where your network is the whole of 192.168.xxx.xxx.

My subnet happens to match nicely with the examples.
However, it signs *all* outbound messages, even from in-house user to 
other in-house user.
I'd like to eliminate the signing for all inhouse person-to person 
mails.  I've tried several extra rules, but no success yet.  It just 
keeps tagging all sent mail.

I'd expect something like this to work:
 From: 192.168. yes
To:   192.168. no
    </pre>
  </blockquote>
  <pre wrap=""><!---->You can't do "To", only "From" with IP addresses. The MTA doesn't know 
the IP address of the destination address until it has already 
successfully delivered the message, at which point it's a bit late to 
start testing things :-)

To: yourdomain.com no
FromOrTo: default yes

is usually good enough, isn't it?

Jules
  </pre>
</blockquote>
Ahhh, that's a good tip to know.&nbsp; Can't&nbsp; IP's on "TO:" <br>
This might be worth mentioning in the EXAMPLES file....<br>
<br>
This is the final signing.rules that is now working for me for no
in-house signatures:<br>
<br>
To:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; domain.com&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<br>
From:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 192.168.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<br>
FromOrTo:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<br>
<br>
<br>
</body>
<br />
--<br />
<br />
This email message and any document accompanying it may contain information intended only for the person(s) named. Any use, distribution, copying or disclosure by another person is strictly prohibited.
<p />
NOTICE TO PERSONS SUBJECT TO UNITED STATES TAXATION:<br />
DISCLOSURE UNDER TREASURY CIRCULAR 230:<br />
Any tax advice included in this written or electronic communication was not intended or written to be used, and it cannot be used by the taxpayer, for the purpose of avoiding any penalties that may be imposed on the taxpayer by any governmental taxing authority or agency.  This written or electronic communication does not represent legal advice.  Persons in need of a legal opinion should seek competent counsel.<br />
</html>