summaryrefslogtreecommitdiffstats
path: root/network/r2e/config.py.patch
diff options
context:
space:
mode:
Diffstat (limited to 'network/r2e/config.py.patch')
-rw-r--r--network/r2e/config.py.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/network/r2e/config.py.patch b/network/r2e/config.py.patch
new file mode 100644
index 0000000000..69dadca270
--- /dev/null
+++ b/network/r2e/config.py.patch
@@ -0,0 +1,12 @@
+diff -Nur r2e-2.6.5.orig/rss2email.py r2e-2.6.5/rss2email.py
+--- r2e-2.6.5.orig/rss2email.py 2009-01-05 13:15:15.000000000 -0600
++++ r2e-2.6.5/rss2email.py 2009-03-27 20:35:32.561832322 -0500
+@@ -200,7 +200,7 @@
+ print >>warn, ('Fatal error: sendmail exited with code %s' % status)
+ sys.exit(1)
+ except:
+- print '''Error attempting to send email via sendmail. Possibly you need to configure your config.py to use a SMTP server? Please refer to the rss2email documentation or website (http://rss2email.infogami.com) for complete documentation of config.py. The options below may suffice for configuring email:
++ print '''Error attempting to send email via sendmail. Possibly you need to configure your /etc/r2e/config.py to use a SMTP server? Please refer to the rss2email documentation or website (http://rss2email.infogami.com) for complete documentation of /etc/r2e/config.py. The options below may suffice for configuring email:
+ # 1: Use SMTP_SERVER to send mail.
+ # 0: Call /usr/sbin/sendmail to send mail.
+ SMTP_SEND = 0