Add rss2email config.
This commit is contained in:
parent
b743d6f364
commit
2cd7abd0ab
2 changed files with 83 additions and 0 deletions
82
.config/rss2email.cfg
Normal file
82
.config/rss2email.cfg
Normal file
|
@ -0,0 +1,82 @@
|
|||
[DEFAULT]
|
||||
from = darren@afterdark.org.uk
|
||||
use-8bit = False
|
||||
force-from = True
|
||||
use-publisher-email = False
|
||||
name-format = {feed-title}: {author}
|
||||
to = darren@afterdark.org.uk
|
||||
proxy =
|
||||
feed-timeout = 60
|
||||
active = True
|
||||
digest = False
|
||||
date-header = True
|
||||
date-header-order = modified, issued, created, expired
|
||||
bonus-header =
|
||||
trust-guid = True
|
||||
trust-link = False
|
||||
encodings = US-ASCII, ISO-8859-1, UTF-8, BIG5, ISO-2022-JP
|
||||
post-process =
|
||||
digest-post-process =
|
||||
html-mail = False
|
||||
use-css = False
|
||||
css = h1 {
|
||||
font: 18pt Georgia, "Times New Roman";
|
||||
}
|
||||
body {
|
||||
font: 12pt Arial;
|
||||
}
|
||||
a:link {
|
||||
font: 12pt Arial;
|
||||
font-weight: bold;
|
||||
color: #0000cc;
|
||||
}
|
||||
blockquote {
|
||||
font-family: monospace;
|
||||
}
|
||||
.header {
|
||||
background: #e0ecff;
|
||||
border-bottom: solid 4px #c3d9ff;
|
||||
padding: 5px;
|
||||
margin-top: 0px;
|
||||
color: red;
|
||||
}
|
||||
.header a {
|
||||
font-size: 20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
.footer {
|
||||
background: #c3d9ff;
|
||||
border-top: solid 4px #c3d9ff;
|
||||
padding: 5px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
border: solid 4px #c3d9ff;
|
||||
}
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
unicode-snob = False
|
||||
links-after-each-paragraph = False
|
||||
body-width = 0
|
||||
email-protocol = sendmail
|
||||
sendmail = /usr/sbin/sendmail
|
||||
smtp-auth = False
|
||||
smtp-username = username
|
||||
smtp-password = password
|
||||
smtp-server = smtp.example.net:25
|
||||
smtp-ssl = False
|
||||
imap-auth = False
|
||||
imap-username = username
|
||||
imap-password = password
|
||||
imap-server = imap.example.net
|
||||
imap-port = 143
|
||||
imap-ssl = False
|
||||
imap-mailbox = INBOX
|
||||
verbose = warning
|
||||
|
||||
[feed.CL-current]
|
||||
url = https://mirrors.slackware.com/feeds/slackware64-current.rss
|
||||
|
||||
[feed.CL-14.2]
|
||||
url = https://mirrors.slackware.com/feeds/slackware64-14.2.rss
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue