Quellcode durchsuchen

Merge remote-tracking branch 'origin/maint-0.2.4'

Nick Mathewson vor 10 Jahren
Ursprung
Commit
882fb8383d
3 geänderte Dateien mit 16 neuen und 6 gelöschten Zeilen
  1. 3 0
      changes/9854
  2. 7 3
      doc/tor.1.txt
  3. 6 3
      src/config/torrc.sample.in

+ 3 - 0
changes/9854

@@ -0,0 +1,3 @@
+  o Documentation fixes:
+    - Clarify the usage and risks of ContactInfo. Resolves ticket 9854.
+

+ 7 - 3
doc/tor.1.txt

@@ -1402,9 +1402,13 @@ is non-zero):
     descriptor to the public directory authorities.
 
 [[ContactInfo]] **ContactInfo** __email_address__::
-    Administrative contact information for server. This line might get picked
-    up by spam harvesters, so you may want to obscure the fact that it's an
-    email address.
+    Administrative contact information for this relay or bridge. This line
+    can be used to contact you if your relay or bridge is misconfigured or
+    something else goes wrong. Note that we archive and publish all
+    descriptors containing these lines and that Google indexes them, so
+    spammers might also collect them. You may want to obscure the fact
+    that it's an email address and/or generate a new address for this
+    purpose.
 
 [[ExitPolicy]] **ExitPolicy** __policy__,__policy__,__...__::
     Set an exit policy for this server. Each policy is of the form

+ 6 - 3
src/config/torrc.sample.in

@@ -120,9 +120,12 @@
 ## is per month)
 #AccountingStart month 3 15:00
 
-## Contact info to be published in the directory, so we can contact you
-## if your relay is misconfigured or something else goes wrong. Google
-## indexes this, so spammers might also collect it.
+## Administrative contact information for this relay or bridge. This line
+## can be used to contact you if your relay or bridge is misconfigured or
+## something else goes wrong. Note that we archive and publish all
+## descriptors containing these lines and that Google indexes them, so
+## spammers might also collect them. You may want to obscure the fact that
+## it's an email address and/or generate a new address for this purpose.
 #ContactInfo Random Person <nobody AT example dot com>
 ## You might also include your PGP or GPG fingerprint if you have one:
 #ContactInfo 0xFFFFFFFF Random Person <nobody AT example dot com>