Doc fixes
[mirror/userdir-ldap.git] / web / forward.wml
index 532bbf7..86fc31b 100644 (file)
@@ -1,12 +1,12 @@
 #use wml::debian::template title="Email Forwarding"
 <p>
-Emails to @debian.org now go through a LDAP distributed email system. This
-system uses the forwarding field in the LDAP directory to route mail without
-passing it through a users .forward file on a single computer.
-Multiple machines participate in the forwarding to provide redudency.
+Emails to @debian.org addresses now go through a LDAP distributed email system. 
+This system uses the forwarding field in the LDAP directory to route mail 
+without passing it through a users .forward file on a single host.
+Multiple machines participate in the forwarding to provide redudancy.
 
 <p>
-Each of the forwarders inspects the LDAP database
+Each forwarders inspects the LDAP database
 to see if foo@debian.org has forwarding set to an address, if so the <i>envelope
 to address</i> is rewritten and the message redirected to the new address.
 Otherwise the message is relayed to master.debian.org for processing by the
@@ -47,7 +47,7 @@ The correct way to invoke procmail for extension addresses is "|/usr/bin/procmai
 Ignore the IFS=".." stuff in the procmail man page.
 
 <h2>MailBox formats</h2>
-Emails can be saved to mailboxes or maildirs by using the correct lines in a
+Email can be saved to mailboxes or maildirs by using the correct lines in a
 .forward file:
 <p>
 Mailbox format files "/debian/home/foo/Mbox"
@@ -63,7 +63,7 @@ Exim.
 Also, 'Exim Filter' files are deliberately turned off.
 
 <h2>Delivey Environment</h2>
-Some environment variables are set per-message (not quoted! Carefull!)
+Some environment variables are set per-message (not quoted! Careful!)
 It is important to note that the environment variables dealing with
 addressing apply to the ENVELOPE address are are totally completely
 unrelated to the actual contents of the message:
@@ -84,5 +84,5 @@ unrelated to the actual contents of the message:
 </ol>
 
 <p>
-Such that, <i>$RECIPIENT = $LOCAL-EXTENSION@&lt;something&gt;</i>.
+Such that, <i>$RECIPIENT = $LOCAL-$EXTENSION@&lt;something&gt;</i>.