<html>
<body>
<br>
[quote]<br>
<blockquote type=cite class=cite cite="">... So if you think my docs can
be agreed, please do suggest an improvement. <br>
So you can insert comments and additions of your own ....&nbsp;
</blockquote>[/quote]<br><br>
Here is my humble suggestion <br><br>
# Example 1 (traditional)<br>
# Remove These Headers = X-Mozilla-Status: X-Mozilla-Status2:
X-Spam-Processed:<br>
# <br>
# Example 2 (mixed with regex expressions)<br>
# Remove These Headers = X-UID: /X-Mozilla-Status.*:/
/Disposition.*:/<br>
# <br>
# Example 3 (regex using \s as spaces)<br>
# Remove These Headers = X-UID: /your\sregex\swith\sspaces\shere/
/X-Mozilla-Status.*:/ /Disposition.*:/<br>
#&nbsp; <br>
# Example 4 (using a per domain rules file)<br>
# If you wish to remove (block) incoming return-receipt requests while
allowing the outgoing request to pass, set<br>
# Remove These Headers = %rules-dir%/remove.headers.rules <br>
# And edit the content of the remove.headers.rules file based on the
following examples<br>
#
From:<x-tab>&nbsp;</x-tab>*@yourdomain1.com<x-tab>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>X-Mozilla-Status:
X-Mozilla-Status2: X-Spam-Processed:<br>
#
To:<x-tab>&nbsp;&nbsp;&nbsp;</x-tab><x-tab>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
*@yourdomain1.com<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
Confirm-Reading-To: Delivery-Receipt-To: Disposition-Notification-To:
Errors-To: MDRcpt-To: MDSend-Notifications-To: Read-Receipt-To:
Receipt-Requested-To: Return-Receipt-To: Status: Smtp-Rcpt-To:
X-Acknowledge-To: X-Confirm-Reading-To: X-IMAPBase: X-IMAP: X-Keywords:
X-Mozilla-Status: X-Mozilla-Status2: X-PMrqc: X-Spam-Processed: X-Status:
X-UID: X-UIDL: <br>
#
FromOrTo:<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>default<x-tab>
&nbsp;</x-tab><x-tab>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>X-Mozilla-Status:
X-Mozilla-Status2: X-Spam-Processed:<br>
# Note: In this example, when an outgoing email is sent with at least one
copy to accounts in your own domain accounts, all matching headers will
be removed from all emails, including the outgoing ones.<br><br>
<br>
note: I believe Example 3 must not use the : but I'm not sure.<br>
<x-sigsep><p></x-sigsep>
Best Regards,<br><br>
<font color="#008080"><b>Hilario Fochi Silveira <br>
</font>Soliton Controles Industriais Ltda. <br>
Rua Alfredo Pujol, 1010 - Sao Paulo - SP - BRAZIL&nbsp;&nbsp;&nbsp;
<font size=2 color="#0000FF">ZIP: </font>02017-002<br><br>
<br>
</b>At 14:01 2009-05-23, Julian Field wrote:<br>
<blockquote type=cite class=cite cite="">-----BEGIN PGP SIGNED
MESSAGE-----<br>
Hash: SHA1<br><br>
On 23/05/2009 14:55, Hilario Fochi Silveira wrote:<br>
&gt; humm... your example is interesting.<br>
&gt;<br>
&gt; As regex uses &quot;I&quot; and the original system used
&quot;spaces&quot; for the &quot;or&quot; <br>
&gt; function, I had interpreted that the instructions texts in <br>
&gt; MailScanner.conf were not fully updated and that the spaces were not
<br>
&gt; allowed anymore at all !<br>
Spaces are not allowed in the regexps, correct. So you need to use \s in
<br>
your regexp instead of a space character. That is explained in the docs
<br>
as shown below.<br>
&gt; It looked like the old and the new system were incompatible with
each <br>
&gt; other.<br>
&gt; May I kindly suggest that you insert your example in the <br>
&gt; MailScanner.conf file if possible with an \s anywhere that would
make <br>
&gt; clear the correct usage of regex.<br>
Okay, I'll try to improve the docs example a bit. It does already make
<br>
it very clear that it mustn't contain spaces, and that you should use \s
<br>
instead of the space character.<br><br>
So if you think my docs can be agreed, please do suggest an improvement.
<br>
So you can insert comments and additions of your own, here is the bulk
<br>
of the documentation for this setting:<br><br>
# If any of these headers are included in a a message, they will be
deleted.<br>
# This is a space-separated list of a mixture of any combination of<br>
# 1. Names of headers, optionally ending with a ':'<br>
#&nbsp;&nbsp;&nbsp; (the ':' will be added if not supplied)<br>
# 2. Regular expressions starting and ending with a '/'.<br>
#&nbsp;&nbsp;&nbsp; These regular expressions are matched against the
entire header line,<br>
#&nbsp;&nbsp;&nbsp; not just the name of the header.<br>
#&nbsp;&nbsp;&nbsp; **NOTE** The regular expressions must *not* contain
spaces,<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
so use '\s' instead of ' '.<br>
# This is very useful for removing return-receipt requests and any
headers<br>
# which mean special things to your email client application.<br>
# X-Mozilla-Status is bad as it allows spammers to make a message appear
to<br>
# have already been read, which is believed to bypass some naive
spam<br>
# filtering systems.<br>
# Receipt requests are bad as they give any attacker confirmation that
an<br>
# account is active and being read. You don't want this sort of
information<br>
# to leak outside your corporation. So you might want to remove<br>
(long list of header names removed)<br>
# If you are having problems with duplicate message-id headers when
you<br>
# release spam from the quarantine and send it to an Exchange server,
<br>
then add<br>
#&nbsp;&nbsp;&nbsp;&nbsp; Message-Id.<br>
# Each header should end in a &quot;:&quot;, but MailScanner will add it
if you <br>
forget.<br>
# Headers should be separated by commas or spaces.<br><br>
Please add comments and suggestions for new docs or changes to existing
<br>
info above.<br>
&gt; Either way it is an incredible coincidence that my box stopped
working <br>
&gt; with the rules file just when the new regex feature was added.<br>
If the regexp is not surrounded by / characters then it will be treated
<br>
the same way the header names always used to be handled. So it should be
<br>
compatible with the old system. That was certainly my intention anyway.
<br>
The great advantage of using a regexp is that it is matched against the
<br>
*entire* header line, and not just the name of the header, so you can
<br>
use it to remove a header if its value contains a particular word or
<br>
something like that.<br><br>
&gt; At 07:03 2009-05-23, you wrote:<br>
&gt;&gt; -----BEGIN PGP SIGNED MESSAGE-----<br>
&gt;&gt; Hash: SHA1<br>
&gt;&gt;<br>
&gt;&gt; My intention was that you would present a list of regexps for
header<br>
&gt;&gt; names, so you could do things like<br>
&gt;&gt; Remove These Headers = X-UID: /X-Mozilla-Status.*:/
/Disposition.*:/<br>
&gt;&gt; and things like that, not one big regexp that covered
everything.<br>
&gt;&gt;<br>
&gt;&gt; On 22/05/2009 20:35, Hilario Fochi Silveira wrote:<br>
&gt;&gt; &gt; Wow, Now I am really confused !<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The following are the instructions I interpreted as new
regex feature<br>
&gt;&gt; &gt; for &quot;<br>
&gt;&gt; &gt; Remove These Headers<br>
&gt;&gt; &gt; &quot;<br>
&gt;&gt; &gt; I see them in two different places: the changelog and the
instructions<br>
&gt;&gt; &gt; in the MailScanner.conf file inside the <br>
&gt;&gt; MailScanner-4.77.5-1.rpm.tar.gz<br>
&gt;&gt; &gt; And the new instructions prohibit the use of spaces in the
new <br>
&gt;&gt; regex mode.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; a) The changelog file<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; Reference:
<a href="http://www.mailscanner.info/ChangeLog" eudora="autourl">
http://www.mailscanner.info/ChangeLog</a><br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; 1/4/2009 New in Version
4.75.11-1<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
=================================<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; ...<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; 9 Added support for regular
expressions in &quot;Remove These<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; Headers&quot;. Note that<br>
&gt;&gt; &gt;<br>
&gt;&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
the expression is matched against the whole header line, <br>
&gt;&gt; not<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; just the
name<br>
&gt;&gt; &gt;<br>
&gt;&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; of
the header. Note that the expressions must not <br>
&gt;&gt; contain any<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; spaces,
so<br>
&gt;&gt; &gt;<br>
&gt;&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
use '\s' instead of ' '. The match is done <br>
&gt;&gt; case-insensitive in<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; all
cases.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; b) The MailScanner.conf file
(MailScanner-4.77.5-1.rpm.tar.gz ).<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; Reference:<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; ...<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; # If any of these headers are
included in a a message, they will<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; be deleted.<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; # This is a space-separated list of
a mixture of any <br>
&gt;&gt; combination of<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; # 1. Names of headers, optionally
ending with a ':'<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; #&nbsp;&nbsp;&nbsp; (the ':' will
be added if not supplied)<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; # 2. Regular expressions starting
and ending with a '/'.<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; #&nbsp;&nbsp;&nbsp; These regular
expressions are matched against the entire<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; header line,<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; #&nbsp;&nbsp;&nbsp; not just the
name of the header.<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; #&nbsp;&nbsp;&nbsp; **NOTE** The
regular expressions must *not* contain spaces,<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
so use '\s' instead of ' '.<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; # This is very useful for removing
return-receipt requests and any<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; headers<br>
&gt;&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; ...<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I really thought it was a new regex feature to remove
headers and/or<br>
&gt;&gt; &gt; additional information.<br>
&gt;&gt; &gt; It works as a line in the Mailscanner.conf file, but I am
not able to<br>
&gt;&gt; &gt; have my old per domain file working anymore.<br>
&gt;&gt; &gt; I just do not know how to use it correctly and my server
does not<br>
&gt;&gt; &gt; accept the file with spaces any more.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks again for helping.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Best Regards,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *Hilario Fochi Silveira<br>
&gt;&gt; &gt; **Soliton Controles Industriais Ltda.<br>
&gt;&gt; &gt; Rua Alfredo Pujol, 1010 - Sao Paulo - SP - BRAZIL ZIP:
02017-002<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *At 16:00 2009-05-22, Julian Field wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; -----BEGIN PGP SIGNED MESSAGE-----<br>
&gt;&gt; &gt;&gt; Hash: SHA1<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On 22/05/2009 18:11, Hilario Fochi Silveira wrote:<br>
&gt;&gt; &gt;&gt; &gt; Interesting !<br>
&gt;&gt; &gt;&gt; &gt; If it still accepts the old configuration way, I
am really <br>
&gt;&gt; curious to<br>
&gt;&gt; &gt;&gt; &gt; learn what happened in my box for it to stop
accepting the old<br>
&gt;&gt; &gt;&gt; &gt; configuration file. I will have to work on it this
week end !<br>
&gt;&gt; &gt;&gt; &gt; When/How should I use the new regex feature in
the<br>
&gt;&gt; &gt;&gt; &gt; remove.headers.rules file?<br>
&gt;&gt; &gt;&gt; What new regex feature? There never was one! Not in my
book <br>
&gt;&gt; anyway. What<br>
&gt;&gt; &gt;&gt; you may have exploited due to poor syntax checking on
my part was <br>
&gt;&gt; never<br>
&gt;&gt; &gt;&gt; in any way a supported feature, the feature is as
documented in the<br>
&gt;&gt; &gt;&gt; MailScanner.conf file, ie. a space-separated list of
header names.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Hilário<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; At 10:43 2009-05-22, you wrote:<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; On 22/05/2009 14:26, Hilario Fochi Silveira
wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; Good Morning<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; Thus of course I have done some kind of
mistake that I still <br>
&gt;&gt; did not<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; pinpoint. I will try again to double check
where I may have <br>
&gt;&gt; done the<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; mistake.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; Is there any additional possibilities like
user:group or <br>
&gt;&gt; permission<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; related issues?<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; Is the following example line
correct?<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; To: *@domain1.com.br<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; <br>
&gt;&gt;
\Confirm-Reading-To:|Delivery-Receipt-To:|Disposition-Notification-To:\<br>
&gt;&gt; &gt;&gt; &gt;&gt; That's wrong. The list, as I said, should be a
space separated <br>
&gt;&gt; list<br>
&gt;&gt; &gt;&gt; &gt;&gt; of header names. So you should just put it
like that, such as<br>
&gt;&gt; &gt;&gt; &gt;&gt; To: *@domain1.com.br Confirm-Reading-To:
Delivery-Receipt-To:<br>
&gt;&gt; &gt;&gt; &gt;&gt; Disposition-Notification-To:<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; No \ or | or anything like that at all.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; Till now I am just looking at the log tail
for file load fails <br>
&gt;&gt; and<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; sending outside emails to myself with
return receipts to check <br>
&gt;&gt; if it<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; is working.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; Is there a more intelligent way to test or
generate more log <br>
&gt;&gt; details?<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; Thanks for taking your time to help.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; Best Regards,<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; *Hilario Fochi Silveira<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; **Soliton Controles Industriais Ltda.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; Rua Alfredo Pujol, 1010 - Sao Paulo - SP -
BRAZIL ZIP: 02017-002<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; *At 05:40 2009-05-22, Julian Field
wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; On 20/05/2009 02:58, Hilario Fochi
Silveira wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; Hello,<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; Installation details: RHEL5.3 with
cPanel and MailScanner Front<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; End (configserver.com)<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; MailScanner is running ok for more
than one year.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; Our server uses the &quot;Remove
These Headers =<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt;
%rules-dir%/remove.headers.rules&quot; setting to eliminate inbound<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; return receipts requests while
allowing outbound receipts <br>
&gt;&gt; headers<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; to stay intact.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; Two weeks ago after upgrading to
version MailScanner - <br>
&gt;&gt; v4.76.24 we<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; begun to notice that some inbound
emails were asking for return<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; receipts.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; We played a lot with the rules
file without success and as a<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; temporary solution, we replaced
the per domain rules file <br>
&gt;&gt; with the<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; following single line
instruction:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; Remove These Headers =<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; <br>
&gt;&gt;
/Confirm-Reading-To:|Delivery-Receipt-To:|Disposition-Notification-To:|Errors-To:|MDRcpt-To:|MDSend-Notifications-To:|Read-Receipt-To:|Receipt-Requested-To:|Return-Receipt-To:|Status:|Smtp-Rcpt-To:|X-Acknowledge-To:|X-Confirm-Reading-To:|X-IMAPBase:|X-IMAP:|X-Keywords:|X-Mozilla-Status:|X-Mozilla-Status2:|X-PMrqc:|X-Spam-Processed:|X-Status:|X-UID:|X-UIDL:/
<br>
&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; This solution is working, we have
no receipts at all both <br>
&gt;&gt; inbound<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; and outbound, but we wish to
regain the fine granularity <br>
&gt;&gt; control<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; we once had.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; That should definitely not work, and
it was a small bug that was<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; allowing it to work. The spec in the
MailScanner.conf file <br>
&gt;&gt; clearly<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; states that:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; # Each header should end in a
&quot;:&quot;, but MailScanner will add <br>
&gt;&gt; it if<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; you forget.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; # Headers should be separated by
commas or spaces.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; The original rules file uses
spaces to separate the headers.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; That was correct.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; The typical per domain lines we
had in the remove.headers.rules<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; file were:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; # For each domain:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; From: *@domain1.com.br
X-Mozilla-Status: X-Mozilla-Status2:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; X-Spam-Processed:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; To: *@domain1.com.br
Confirm-Reading-To: Delivery-Receipt-To:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; Disposition-Notification-To:
Errors-To: MDRcpt-To:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; MDSend-Notifications-To:
Read-Receipt-To: Receipt-Requested-To:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; Return-Receipt-To: Status:
Smtp-Rcpt-To: X-Acknowledge-To:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; X-Confirm-Reading-To: X-IMAPBase:
X-IMAP: X-Keywords:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; X-Mozilla-Status:
X-Mozilla-Status2: X-PMrqc: X-Spam-Processed:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; X-Status: X-UID: X-UIDL:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;&gt; Those instructions used worked ok
with previous MailScanner<br>
&gt;&gt; &gt;&gt; versions.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; And&nbsp; I have just tried a system
with a rules file very much like<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; yours and it works just fine.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Sorry, but I cannot reproduce the
problem.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Jules<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; --<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Julian Field MEng CITP CEng<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;
<a href="http://www.mailscanner.info/" eudora="autourl">
www.MailScanner.info</a>
&lt;<a href="http://www.mailscanner.info/" eudora="autourl">
http://www.mailscanner.info/</a>&gt; &lt;<br>
&gt;&gt; &gt;&gt;
<a href="http://www.mailscanner.info/" eudora="autourl">
http://www.mailscanner.info/</a>&gt; &lt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;
<a href="http://www.mailscanner.info/" eudora="autourl">
http://www.mailscanner.info/</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Buy the MailScanner book at
<a href="http://www.mailscanner.info/store" eudora="autourl">
www.MailScanner.info/store</a><br>
&gt;&gt; &gt;&gt;
&lt;<a href="http://www.mailscanner.info/store" eudora="autourl">
http://www.mailscanner.info/store</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; &lt;
<a href="http://www.mailscanner.info/store" eudora="autourl">
http://www.mailscanner.info/store</a>&gt; &lt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;
<a href="http://www.mailscanner.info/store" eudora="autourl">
http://www.mailscanner.info/store</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Need help customising
MailScanner?<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Contact me!<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Need help fixing or optimising your
systems?<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Contact me!<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Need help getting you started solving
new requirements from your<br>
&gt;&gt; &gt;&gt; boss?<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Contact me!<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; PGP footprint: EE81 D763 3DB0 0BFD
E1DC 7222 11F6 5947 1415 B654<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Follow me at twitter.com/JulesFM and
twitter.com/MailScanner<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; --<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; This message has been scanned for
viruses and<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; dangerous content by MailScanner, and
is<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; believed to be clean.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; --<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; MailScanner mailing list<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;
mailscanner@lists.mailscanner.info<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;
<a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" eudora="autourl">
http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Before posting, read
<a href="http://wiki.mailscanner.info/posting" eudora="autourl">
http://wiki.mailscanner.info/posting</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Support MailScanner development - buy
the book off the website!<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; Jules<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; &gt;&gt; Julian Field MEng CITP CEng<br>
&gt;&gt; &gt;&gt; &gt;&gt;
<a href="http://www.mailscanner.info/" eudora="autourl">
www.MailScanner.info</a>
&lt;<a href="http://www.mailscanner.info/" eudora="autourl">
http://www.mailscanner.info/</a>&gt; &lt;<br>
&gt;&gt; &gt;&gt;
<a href="http://www.mailscanner.info/" eudora="autourl">
http://www.mailscanner.info/</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; Buy the MailScanner book at
<a href="http://www.mailscanner.info/store" eudora="autourl">
www.MailScanner.info/store</a><br>
&gt;&gt; &gt;&gt;
&lt;<a href="http://www.mailscanner.info/store" eudora="autourl">
http://www.mailscanner.info/store</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; &lt;
<a href="http://www.mailscanner.info/store" eudora="autourl">
http://www.mailscanner.info/store</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; Need help customising MailScanner?<br>
&gt;&gt; &gt;&gt; &gt;&gt; Contact me!<br>
&gt;&gt; &gt;&gt; &gt;&gt; Need help fixing or optimising your
systems?<br>
&gt;&gt; &gt;&gt; &gt;&gt; Contact me!<br>
&gt;&gt; &gt;&gt; &gt;&gt; Need help getting you started solving new
requirements from <br>
&gt;&gt; your boss?<br>
&gt;&gt; &gt;&gt; &gt;&gt; Contact me!<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222
11F6 5947 1415 B654<br>
&gt;&gt; &gt;&gt; &gt;&gt; Follow me at twitter.com/JulesFM and
twitter.com/MailScanner<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; &gt;&gt; This message has been scanned for viruses
and<br>
&gt;&gt; &gt;&gt; &gt;&gt; dangerous content by MailScanner, and is<br>
&gt;&gt; &gt;&gt; &gt;&gt; believed to be clean.<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; &gt;&gt; MailScanner mailing list<br>
&gt;&gt; &gt;&gt; &gt;&gt; mailscanner@lists.mailscanner.info<br>
&gt;&gt; &gt;&gt; &gt;&gt;
<a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" eudora="autourl">
http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; Before posting, read
<a href="http://wiki.mailscanner.info/posting" eudora="autourl">
http://wiki.mailscanner.info/posting</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; Support MailScanner development - buy the book
off the website!<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Atenciosamente,<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; *Hilário Fochi Silveira<br>
&gt;&gt; &gt;&gt; &gt; **Soliton Controles Industriais Ltda.<br>
&gt;&gt; &gt;&gt; &gt; 02017-002 Rua Alfredo Pujol, 1010 - São Paulo - SP
- Brasil<br>
&gt;&gt; &gt;&gt; &gt; Tel: +55 11 2950-1834 Fax: +55 11 2979-8980
e-mail:<br>
&gt;&gt; &gt;&gt; &gt; hilario@soliton.com.br<br>
&gt;&gt; &gt;&gt; &gt; *Distribuidor SSD Drives (Anteriormente Eurotherm
Drives), <br>
&gt;&gt; Eurotherm<br>
&gt;&gt; &gt;&gt; &gt; Controls, Action Instruments, Montalvo, Koyo,
Sharp<br>
&gt;&gt; &gt;&gt; &gt;
<a href="http://www.soliton.com.br/" eudora="autourl">
www.soliton.com.br</a>
&lt;<a href="http://www.soliton.com.br/" eudora="autourl">
http://www.soliton.com.br/</a>&gt; &lt;<br>
&gt;&gt; &gt;&gt;
<a href="http://www.soliton.com.br/" eudora="autourl">
http://www.soliton.com.br/</a>&gt;
<a href="http://www.eurotherm.com.br/" eudora="autourl">
www.eurotherm.com.br</a><br>
&gt;&gt; &gt;&gt;
&lt;<a href="http://www.eurotherm.com.br/" eudora="autourl">
http://www.eurotherm.com.br/</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt; &lt;
<a href="http://www.eurotherm.com.br/" eudora="autourl">
http://www.eurotherm.com.br/</a>&gt;
<a href="http://www.actionio.com.br/" eudora="autourl">
www.actionio.com.br</a><br>
&gt;&gt; &gt;&gt;
&lt;<a href="http://www.actionio.com.br/" eudora="autourl">
http://www.actionio.com.br/</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt; &lt;
<a href="http://www.actionio.com.br/" eudora="autourl">
http://www.actionio.com.br/</a>&gt;
<a href="http://www.montalvo.com.br/" eudora="autourl">
www.montalvo.com.br</a><br>
&gt;&gt; &gt;&gt;
&lt;<a href="http://www.montalvo.com.br/" eudora="autourl">
http://www.montalvo.com.br/</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt; &lt;
<a href="http://www.montalvo.com.br/" eudora="autourl">
http://www.montalvo.com.br/</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Jules<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; - --<br>
&gt;&gt; &gt;&gt; Julian Field MEng CITP CEng<br>
&gt;&gt; &gt;&gt;
<a href="http://www.mailscanner.info/" eudora="autourl">
www.MailScanner.info</a>
&lt;<a href="http://www.mailscanner.info/" eudora="autourl">
http://www.mailscanner.info/</a>&gt;<br>
&gt;&gt; &gt;&gt; Buy the MailScanner book at
<a href="http://www.mailscanner.info/store" eudora="autourl">
www.MailScanner.info/store</a><br>
&gt;&gt; &gt;&gt;
&lt;<a href="http://www.mailscanner.info/store" eudora="autourl">
http://www.mailscanner.info/store</a>&gt;<br>
&gt;&gt; &gt;&gt; Follow me at twitter.com/JulesFM<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; MailScanner customisation, or any advanced system
administration <br>
&gt;&gt; help?<br>
&gt;&gt; &gt;&gt; Contact me at Jules@Jules.FM<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947
1415 B654<br>
&gt;&gt; &gt;&gt; PGP public key:
<a href="http://www.jules.fm/julesfm.asc" eudora="autourl">
http://www.jules.fm/julesfm.asc</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; -----BEGIN PGP SIGNATURE-----<br>
&gt;&gt; &gt;&gt; Version: PGP Desktop 9.10.0 (Build 500)<br>
&gt;&gt; &gt;&gt; Comment: Use PGP or Thunderbird Enigmail to verify this
message<br>
&gt;&gt; &gt;&gt; Charset: ISO-8859-1<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;
wj8DBQFKFvZSEfZZRxQVtlQRAq8uAKDnNpIOq06Iiihr1h3vD+D6qUE04QCg5M0G<br>
&gt;&gt; &gt;&gt; +QTTpHrgwHz371bPuVpt6bE=<br>
&gt;&gt; &gt;&gt; =Qvgv<br>
&gt;&gt; &gt;&gt; -----END PGP SIGNATURE-----<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; This message has been scanned for viruses and<br>
&gt;&gt; &gt;&gt; dangerous content by MailScanner, and is<br>
&gt;&gt; &gt;&gt; believed to be clean.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; MailScanner mailing list<br>
&gt;&gt; &gt;&gt; mailscanner@lists.mailscanner.info<br>
&gt;&gt; &gt;&gt;
<a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" eudora="autourl">
http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Before posting, read
<a href="http://wiki.mailscanner.info/posting" eudora="autourl">
http://wiki.mailscanner.info/posting</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Support MailScanner development - buy the book off the
website!<br>
&gt;&gt;<br>
&gt;&gt; Jules<br>
&gt;&gt;<br>
&gt;&gt; - -- <br>
&gt;&gt; Julian Field MEng CITP CEng<br>
&gt;&gt;
<a href="http://www.mailscanner.info/" eudora="autourl">
www.MailScanner.info</a><br>
&gt;&gt; Buy the MailScanner book at
<a href="http://www.mailscanner.info/store" eudora="autourl">
www.MailScanner.info/store</a><br>
&gt;&gt; Follow me at twitter.com/JulesFM<br>
&gt;&gt;<br>
&gt;&gt; MailScanner customisation, or any advanced system administration
help?<br>
&gt;&gt; Contact me at Jules@Jules.FM<br>
&gt;&gt;<br>
&gt;&gt; PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415
B654<br>
&gt;&gt; PGP public key:
<a href="http://www.jules.fm/julesfm.asc" eudora="autourl">
http://www.jules.fm/julesfm.asc</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; -----BEGIN PGP SIGNATURE-----<br>
&gt;&gt; Version: PGP Desktop 9.10.0 (Build 500)<br>
&gt;&gt; Comment: Use PGP or Thunderbird Enigmail to verify this
message<br>
&gt;&gt; Charset: ISO-8859-1<br>
&gt;&gt;<br>
&gt;&gt;
wj8DBQFKF8nsEfZZRxQVtlQRApzAAJ9FkThuK2sojwjemn4byMCtH0tF4QCgj9P8<br>
&gt;&gt; i/yXi7l76D6QCNylWxApkQs=<br>
&gt;&gt; =xPP8<br>
&gt;&gt; -----END PGP SIGNATURE-----<br>
&gt;&gt;<br>
&gt;&gt; -- <br>
&gt;&gt; This message has been scanned for viruses and<br>
&gt;&gt; dangerous content by MailScanner, and is<br>
&gt;&gt; believed to be clean.<br>
&gt;&gt;<br>
&gt;&gt; -- <br>
&gt;&gt; MailScanner mailing list<br>
&gt;&gt; mailscanner@lists.mailscanner.info<br>
&gt;&gt;
<a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" eudora="autourl">
http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>
&gt;&gt;<br>
&gt;&gt; Before posting, read
<a href="http://wiki.mailscanner.info/posting" eudora="autourl">
http://wiki.mailscanner.info/posting</a><br>
&gt;&gt;<br>
&gt;&gt; Support MailScanner development - buy the book off the
website!<br>
&gt;<br><br>
Jules<br><br>
- -- <br>
Julian Field MEng CITP CEng<br>
<a href="http://www.mailscanner.info/" eudora="autourl">
www.MailScanner.info</a><br>
Buy the MailScanner book at
<a href="http://www.mailscanner.info/store" eudora="autourl">
www.MailScanner.info/store</a><br>
Follow me at twitter.com/JulesFM<br><br>
MailScanner customisation, or any advanced system administration
help?<br>
Contact me at Jules@Jules.FM<br><br>
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654<br>
PGP public key:
<a href="http://www.jules.fm/julesfm.asc" eudora="autourl">
http://www.jules.fm/julesfm.asc</a><br><br>
<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: PGP Desktop 9.10.0 (Build 500)<br>
Comment: Use PGP or Thunderbird Enigmail to verify this message<br>
Charset: ISO-8859-1<br><br>
wj8DBQFKGCvgEfZZRxQVtlQRAp1GAJkBcbObXYgGW6zHo97sZOflX7JBBwCgyKsR<br>
v+Eaju7OiKjyDpNfqYe3kJ0=<br>
=976l<br>
-----END PGP SIGNATURE-----<br><br>
-- <br>
This message has been scanned for viruses and<br>
dangerous content by MailScanner, and is<br>
believed to be clean.<br><br>
-- <br>
MailScanner mailing list<br>
mailscanner@lists.mailscanner.info<br>
<a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" eudora="autourl">
http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br><br>
Before posting, read
<a href="http://wiki.mailscanner.info/posting" eudora="autourl">
http://wiki.mailscanner.info/posting</a><br><br>
Support MailScanner development - buy the book off the website!
</blockquote></body>
</html>