diff options
author | Lucas Nussbaum <lucas@lucas-nussbaum.net> | 2009-12-26 01:51:37 +0100 |
---|---|---|
committer | Lucas Nussbaum <lucas@lucas-nussbaum.net> | 2009-12-26 01:51:37 +0100 |
commit | db52aeb97fcc73e3b9a3a2a6e2e9eb63fd4cb0f8 (patch) | |
tree | 7839546f11f95a37bd3016d1e2ad38c8f3d6e727 /data/doc/feed2imap | |
parent | ec808b0f4bfd213b7b81996d8c46c1d98bbafa7c (diff) | |
download | feed2imap-db52aeb97fcc73e3b9a3a2a6e2e9eb63fd4cb0f8.tar.gz feed2imap-db52aeb97fcc73e3b9a3a2a6e2e9eb63fd4cb0f8.tar.bz2 feed2imap-db52aeb97fcc73e3b9a3a2a6e2e9eb63fd4cb0f8.zip |
Avoid using "acme.com"
Patch from Guido Berhoerster <guido@berhoerster.name>:
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 <logname>@<hostname> as
returned by Etc.getlogin and Socket.gethostname.
Yours,
Diffstat (limited to 'data/doc/feed2imap')
-rw-r--r-- | data/doc/feed2imap/examples/feed2imaprc | 1 |
1 files changed, 1 insertions, 0 deletions
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) |