]> Sergey Matveev's repositories - feeder.git/blobdiff - doc/mail.texi
some small text changes
[feeder.git] / doc / mail.texi
index b9353a1278597d4851be3500598adb4a3eba1cb6..d45466a8e55d514163723428319158dd9c940628 100644 (file)
@@ -4,7 +4,7 @@
 Each feed item is converted to following MIME-complaint mail message:
 
 @verbatim
-From: "Feed's title" <feeder@go.stargrave.org>
+From: "Feed's title" <feeder@localhost>
 Date: Item's updated/published date, now otherwise
 Subject: Item's subject
 Content-Type: text/html; charset=utf-8
@@ -17,7 +17,7 @@ Base64-encoded item's content. That is HTML as a rule.
 @end verbatim
 
 Each message is placed under @code{HEX(SHA512/2(title+content))} filename.
-Unfortunately many feeds does not provide any date information at all.
+Unfortunately many feeds do not provide any date information at all.
 Often multiple entries contain the same date. So you can not solely
 depend on update/publish date.