diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-10-09 23:19:50 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-10 01:03:34 -0400 |
commit | c1511618853db61acd458f9f2a9cda0f08fe7cfd (patch) | |
tree | 7005223c5340f724a6966a8e95fe379216f5befc /mail-mta/nullmailer | |
parent | dev-ruby/rspec-core: Mark ~ppc64 (bug #562452). (diff) | |
download | gentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.tar.gz gentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.tar.bz2 gentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.zip |
fix various encoding corruption
Diffstat (limited to 'mail-mta/nullmailer')
-rw-r--r-- | mail-mta/nullmailer/files/remotes.sample-1.13 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-mta/nullmailer/files/remotes.sample-1.13 b/mail-mta/nullmailer/files/remotes.sample-1.13 index 34cc234a27e6..d04aee24ecb6 100644 --- a/mail-mta/nullmailer/files/remotes.sample-1.13 +++ b/mail-mta/nullmailer/files/remotes.sample-1.13 @@ -1,7 +1,7 @@ # Format is: HOST PROTOCOL [OPTIONS] # HOST = IP or DNS # PROTOCOL = smtp | qmtp -# OPTIONS = [--port=NUMBER] [--user] [--pass] [--starttls | --ssl [--insecure] ] +# OPTIONS = [--port=NUMBER] [--user] [--pass] [--starttls | --ssl [--insecure] ] # # Examples: # A standard SMTP server: |