checkmessageid.html #1

  • //
  • guest/
  • bryan_costales/
  • docs/
  • conf/
  • checkmessageid.html
  • View
  • Commits
  • Open Download .zip Download (1 KB)
<html>
<b>NAME</b><br>
CheckMessageId - slow.conf configuration item
<p>
<b>SYNOPSIS</b><br>
<code><ul>
CheckMessageId = [true | false]
</ul></code>
<p>
<b>DESCRIPTION</b><br>
The CheckMessageId slow.conf configuration item allows
the <code>Message-Id:</code> header to be checked for validity.
<p>
If this CheckMessageId slow.conf configuration item is declared as
true (or if it is omitted which defaults to true), the Milter
checks the <code>Message-Id:</code> header (if there is one in the
message) is checked for vality. If that header is missing or malformed, the
the <b>mid</b> event (as described in the
<a href="../slowedit/events.html">standard event set</a>) is set.
<p>
A correctly formed <code>Message-Id:</code> header must be surrounded
in angle braces, and must have a user-ish part to the left of an '@'
symbol, and a host-ish part to the right an '@' symbol.
It is malformed if any part is missing or if the host-ish part
lacks a dot.
<p>
If this CheckMessageId slow.conf configuration item is false, 
the above check is skipped.
<p>
If you do not control your MX servers, you may get <code>Message-Id:</code>
headers that were inserted my your MX servers. In that instance, it
will only be possible to check for missing <code>Message-Id:</code> headers
when messages are delivered directly to your own mail server.
<p>
</body>
</html>	
# Change User Description Committed
#1 3998 bryan_costales Brought the whole distribution up to V0.9
Added a huge abount of documentation.
Added slowedit find
Created startup scripts to launch for testing
Fixed numerous bugs.
Fixed a few portablity issues.
Installed hooks for whitelisting and IP aliases.