Update rss2email subscriptions.
This commit is contained in:
parent
c617c49ecd
commit
273fc1a121
1 changed files with 15 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
from = darren@afterdark.org.uk
|
from = darren@afterdark.org.uk
|
||||||
|
user-agent = rss2email/__VERSION__ (__URL__)
|
||||||
use-8bit = False
|
use-8bit = False
|
||||||
force-from = True
|
force-from = True
|
||||||
use-publisher-email = False
|
use-publisher-email = False
|
||||||
|
@ -7,6 +8,7 @@ name-format = {feed-title}: {author}
|
||||||
to = darren@afterdark.org.uk
|
to = darren@afterdark.org.uk
|
||||||
proxy =
|
proxy =
|
||||||
feed-timeout = 60
|
feed-timeout = 60
|
||||||
|
same-server-fetch-interval = 0
|
||||||
active = True
|
active = True
|
||||||
digest = False
|
digest = False
|
||||||
date-header = True
|
date-header = True
|
||||||
|
@ -14,10 +16,13 @@ date-header-order = modified, issued, created, expired
|
||||||
bonus-header =
|
bonus-header =
|
||||||
trust-guid = True
|
trust-guid = True
|
||||||
trust-link = False
|
trust-link = False
|
||||||
|
reply-changes = False
|
||||||
encodings = US-ASCII, ISO-8859-1, UTF-8, BIG5, ISO-2022-JP
|
encodings = US-ASCII, ISO-8859-1, UTF-8, BIG5, ISO-2022-JP
|
||||||
post-process =
|
post-process =
|
||||||
digest-post-process =
|
digest-post-process =
|
||||||
|
subject-format = {feed-title}
|
||||||
html-mail = False
|
html-mail = False
|
||||||
|
multipart-html = False
|
||||||
use-css = False
|
use-css = False
|
||||||
css = h1 {
|
css = h1 {
|
||||||
font: 18pt Georgia, "Times New Roman";
|
font: 18pt Georgia, "Times New Roman";
|
||||||
|
@ -57,13 +62,17 @@ css = h1 {
|
||||||
}
|
}
|
||||||
unicode-snob = False
|
unicode-snob = False
|
||||||
links-after-each-paragraph = False
|
links-after-each-paragraph = False
|
||||||
|
inline-links = True
|
||||||
|
wrap-links = True
|
||||||
body-width = 98
|
body-width = 98
|
||||||
email-protocol = sendmail
|
email-protocol = sendmail
|
||||||
sendmail = /usr/sbin/sendmail
|
sendmail = /usr/sbin/sendmail
|
||||||
|
sendmail_config =
|
||||||
smtp-auth = False
|
smtp-auth = False
|
||||||
smtp-username = username
|
smtp-username = username
|
||||||
smtp-password = password
|
smtp-password = password
|
||||||
smtp-server = smtp.example.net:25
|
smtp-server = smtp.example.net:25
|
||||||
|
smtp-port = 465
|
||||||
smtp-ssl = False
|
smtp-ssl = False
|
||||||
imap-auth = False
|
imap-auth = False
|
||||||
imap-username = username
|
imap-username = username
|
||||||
|
@ -72,11 +81,15 @@ imap-server = imap.example.net
|
||||||
imap-port = 143
|
imap-port = 143
|
||||||
imap-ssl = False
|
imap-ssl = False
|
||||||
imap-mailbox = INBOX
|
imap-mailbox = INBOX
|
||||||
|
maildir-path = ~/Maildir
|
||||||
|
maildir-mailbox = INBOX
|
||||||
verbose = warning
|
verbose = warning
|
||||||
|
|
||||||
[feed.CL-current]
|
[feed.CL-current]
|
||||||
url = https://mirrors.slackware.com/feeds/slackware64-current.rss
|
url = https://mirrors.slackware.com/feeds/slackware64-current.rss
|
||||||
|
to = darren/Changelogs@afterdark.org.uk
|
||||||
|
|
||||||
[feed.CL-14.2]
|
[feed.CL-15.0]
|
||||||
url = https://mirrors.slackware.com/feeds/slackware64-14.2.rss
|
url = https://mirrors.slackware.com/feeds/slackware64-15.0.rss
|
||||||
|
to = darren/Changelogs@afterdark.org.uk
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue