Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80068 - Updated mailfilter gateway guide
Summary: Updated mailfilter gateway guide
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Submit New (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-30 07:04 UTC by Sune Kloppenborg Jeppesen (RETIRED)
Modified: 2005-03-18 01:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mailfilter-guide.diff (mailfilter-guide.diff,6.62 KB, patch)
2005-01-30 07:06 UTC, Sune Kloppenborg Jeppesen (RETIRED)
Details | Diff
mailfilter-guide.diff (mailfilter-guide.diff,6.62 KB, patch)
2005-01-30 10:50 UTC, Sune Kloppenborg Jeppesen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sune Kloppenborg Jeppesen (RETIRED) gentoo-dev 2005-01-30 07:04:07 UTC
Seems like it is not yet added to Bugzilla components
Comment 1 Sune Kloppenborg Jeppesen (RETIRED) gentoo-dev 2005-01-30 07:06:14 UTC
Created attachment 49933 [details, diff]
mailfilter-guide.diff

Minor fixes:
- Corrected danish characters.
- Greylisting not graylisting.
- Some minor cleanups.
Comment 2 Sune Kloppenborg Jeppesen (RETIRED) gentoo-dev 2005-01-30 10:50:47 UTC
Created attachment 49962 [details, diff]
mailfilter-guide.diff

Ok, now hopefully not diffed the wrong way:-)
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2005-02-14 08:29:06 UTC
You sure about graylisting - greylisting? The color is gray, no?
Comment 4 Xavier Neys (RETIRED) gentoo-dev 2005-02-14 09:25:28 UTC
Both gray and grey are valid and the guide uses both. For consistency and given http://www.greylisting.org/ , using greylisting seems better.

Danish character is OK in current doc but not in the patch. The doc is properly UTF8-encoded but the encoding attribute is iso.


Comment 5 Xavier Neys (RETIRED) gentoo-dev 2005-02-14 09:29:03 UTC
Encoding set to UTF-8 and s/gray/grey/ done. Thanks for reporting.

Back to docs-team until someone can fix the spelling mistakes and add punctuation.
Comment 6 Sven Vermeulen (RETIRED) gentoo-dev 2005-02-20 04:55:27 UTC
The only thing that is remaining is:

@@ -1143,7 +1143,7 @@
	            $from =~ s/[\<\>,]//g;
	            $from =~ s/^\s+|\s+$//g;
	            if($from eq "") {
-	                $from = "postmaster"; # Lets see if the works out
+	                $from = "postmaster";
	            }
	        }
	    }

What's this for? Should that read "Let's see if this works out" ?
Comment 7 Xavier Neys (RETIRED) gentoo-dev 2005-02-28 05:10:29 UTC
What's left of the patch is only an example of the kind of English used in that guide.
Comment 8 Sven Vermeulen (RETIRED) gentoo-dev 2005-03-18 01:33:41 UTC
Marking as done then.