summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2022-03-26 21:15:22 -0400
committerAdam T. Carpenter <atc@53hor.net>2022-03-26 21:15:22 -0400
commit5524f197e0644f74c9e36b94c8fc36c10f060268 (patch)
tree0661d7167546a5ff1252566891d54a205931ff06
parentfa429082fb0097143efdfb757d3816ca24442e0b (diff)
downloadrss-5524f197e0644f74c9e36b94c8fc36c10f060268.tar.xz
rss-5524f197e0644f74c9e36b94c8fc36c10f060268.zip
fix: remove rss2email from repo
-rw-r--r--Bastillefile1
-rw-r--r--usr/local/etc/rss2email.cfg89
2 files changed, 0 insertions, 90 deletions
diff --git a/Bastillefile b/Bastillefile
index 60947b2..cc8ff08 100644
--- a/Bastillefile
+++ b/Bastillefile
@@ -1,7 +1,6 @@
# Simple rss2email jail
PKG py38-rss2email
-OVERLAY usr
OVERLAY var
CMD mkdir -p /var/rss
FSTAB /zroot/rss /var/rss nullfs rw 0 0
diff --git a/usr/local/etc/rss2email.cfg b/usr/local/etc/rss2email.cfg
deleted file mode 100644
index 10be1c2..0000000
--- a/usr/local/etc/rss2email.cfg
+++ /dev/null
@@ -1,89 +0,0 @@
-[DEFAULT]
-from = user@rss2email.invalid
-user-agent = rss2email/__VERSION__ (__URL__)
-use-8bit = False
-force-from = False
-use-publisher-email = False
-name-format = {feed-title}: {author}
-to = atc@53hor.net
-proxy =
-feed-timeout = 60
-same-server-fetch-interval = 0
-active = True
-digest = False
-date-header = False
-date-header-order = modified, issued, created, expired
-bonus-header =
-trust-guid = True
-trust-link = False
-reply-changes = False
-encodings = US-ASCII, ISO-8859-1, UTF-8, BIG5, ISO-2022-JP
-post-process =
-digest-post-process =
-html-mail = False
-multipart-html = 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;
- }
- #entry {
- border: solid 4px #c3d9ff;
- }
- #body {
- margin-left: 5px;
- margin-right: 5px;
- }
-
-unicode-snob = False
-links-after-each-paragraph = False
-inline-links = True
-wrap-links = True
-body-width = 0
-email-protocol = sendmail
-sendmail = /usr/sbin/sendmail
-sendmail_config =
-smtp-auth = False
-smtp-username = username
-smtp-password = password
-smtp-server = smtp.example.net
-smtp-port = 465
-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
-maildir-path = ~/Maildir
-maildir-mailbox = INBOX
-verbose = info
-