Thanks, applied to my tree as
93c1a238e8de4f6f59fee8ca8a5bda6f35689b48

Steve Kemp wrote:
> 
>   Minor fixups to the documentation:
> 
>   * README + CREDITS:
>      We use git now, not subversion.
>   * README:
>      dns  -> DNS
>      smtp -> SMTP
> 
> Steve
> --
> Let me steal your soul?
> http://stolen-souls.com
> 
> 
> diff --git a/CREDITS b/CREDITS
> index 395f2dd..7dd9ab7 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -32,5 +32,5 @@ format for the dates in the "Received" headers.
>  Gergely Risko <ri...@risko.hu>: Fixed timeout bug when the client sent
>  DATA and then stopped before sending the next line.
> 
> -... and many many others per the Changes file and subversion logs and
> +... and many many others per the Changes file and version control logs and
>      mailing list archives.  Thanks everyone!
> diff --git a/README b/README
> index d9cf2e9..05569da 100644
> --- a/README
> +++ b/README
> @@ -17,7 +17,7 @@ mailinglist:
> 
>  What is Qpsmtpd?
> 
> -Qpsmtpd is an extensible smtp engine written in Perl.  No, make that
> +Qpsmtpd is an extensible SMTP engine written in Perl.  No, make that
>  easily extensible!  See plugins/quit_fortune for a very useful, er,
>  cute example.
> 
> @@ -56,7 +56,7 @@ Make a new user and a directory where you'll install 
> qpsmtpd.  I
>  usually use "smtpd" for the user and /home/smtpd/qpsmtpd/ for the
>  directory.
> 
> -Put the files there.  If you install from Subversion you can just do
> +Put the files there.  If you install from git you can just do
>  run the following command in the /home/smtpd/ directory.
> 
>     git clone git://github.com/abh/qpsmtpd.git
> @@ -151,7 +151,7 @@ See http://www.rfc-ignorant.org/ for more examples.
> 
>  =item dnsbl_zones
> 
> -Normal ip based dns blocking lists ("RBLs"). For example:
> +Normal ip based DNS blocking lists ("RBLs"). For example:
> 
>    relays.ordb.org
>    spamsources.fabel.dk
> @@ -167,7 +167,7 @@ found the mail command will return a soft rejection (450).
>  =item spool_dir
> 
>  If this file contains a directory, it will be the spool directory
> -smtpd uses during the data transactions. If this file doesnt exist, it
> +smtpd uses during the data transactions. If this file doesn't exist, it
>  will default to use $ENV{HOME}/tmp/. This directory should be set with
>  a mode of 700 and owned by the smtpd user.
> 

Reply via email to