From db52aeb97fcc73e3b9a3a2a6e2e9eb63fd4cb0f8 Mon Sep 17 00:00:00 2001 From: Lucas Nussbaum Date: Sat, 26 Dec 2009 01:51:37 +0100 Subject: Avoid using "acme.com" Patch from Guido Berhoerster : Hello, here is a small patch that avoids using the valid(!) domain "acme.com" for generating message ids and email addresses. It adds a new global configuration option "default-email" which will be used in case a feed does provide one, currently feed2imap resorts to "feed2imap@acme.com". If this configuration option is not given it will basically default to @ as returned by Etc.getlogin and Socket.gethostname. Yours, --- data/doc/feed2imap/examples/feed2imaprc | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/doc/feed2imap/examples/feed2imaprc b/data/doc/feed2imap/examples/feed2imaprc index ca5c030..8d732ba 100644 --- a/data/doc/feed2imap/examples/feed2imaprc +++ b/data/doc/feed2imap/examples/feed2imaprc @@ -7,6 +7,7 @@ # debug-updated: (for debugging purposes) if true, display a lot of information # about the "updated-items" algorithm. # include-images: download images and include them in the mail? (true/false) +# default-email: default email address in the format foo@example.com # # Per-feed options: # name: name of the feed (must be unique) -- cgit v1.2.3