<<< Date Index >>>     <<< Thread Index >>>

Re: local sendmail



emailjp79@xxxxxx wrote:  [Wed Feb 04 2009, 09:38:07AM EST]
> Is there some other way around this other than having to run postfix?

I haven't used rss2email but it seems trivial to edit
rss2email.py to call procmail instead of sendmail.  Something
like:

--- rss2email.py.orig   2009-02-04 09:51:18.000000000 -0500
+++ rss2email.py        2009-02-04 09:52:14.000000000 -0500
@@ -188 +188 @@
-               i, o = os.popen2(["/usr/sbin/sendmail", recipient])
+               i, o = os.popen2(["/usr/bin/procmail"])