Replace "yourisp.net" with "example.net"
[rss2email.git] / rss2email / config.py
index e8e7141fa0dcd8ab060467cceee5287ed7abc71f..5c758bda11f5570051c01c220a16d50037cbd91e 100644 (file)
@@ -191,14 +191,14 @@ CONFIG['DEFAULT'] = _collections.OrderedDict((
         ('smtp-auth', str(False)),      # set to True to use SMTP AUTH
         ('smtp-username', 'username'),  # username for SMTP AUTH
         ('smtp-password', 'password'),  # password for SMTP AUTH
-        ('smtp-server', 'smtp.yourisp.net:25'),
+        ('smtp-server', 'smtp.example.net:25'),
         ('smtp-ssl', str(False)),       # Connect to the SMTP server using SSL
         ('smtp-ssl-protocol', 'SSLv3'), # TLS/SSL version to use on STARTTLS when not using 'smtp-ssl'
         # IMAP configuration
         ('imap-auth', str(False)),      # set to True to use IMAP auth.
         ('imap-username', 'username'),  # username for IMAP authentication
         ('imap-password', 'password'),  # password for IMAP authentication
-        ('imap-server', 'imap.yourisp.net'),
+        ('imap-server', 'imap.example.net'),
         ('imap-port', str(143)),
         ('imap-ssl', str(False)),       # connect to the IMAP server using SSL
         ('imap-mailbox', 'INBOX'),      # where we should store new messages