summaryrefslogtreecommitdiff
path: root/.mblaze
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-11-30 17:24:01 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-12-07 14:23:42 +0100
commit4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f (patch)
tree99de1c0323d87fc798bafacdd5c04f7566322da4 /.mblaze
downloadconfig-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.tar.gz
config-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.zip
Initial commit
Diffstat (limited to '.mblaze')
-rw-r--r--.mblaze/digest-headers.awk10
-rw-r--r--.mblaze/filter6
-rw-r--r--.mblaze/headers1
-rw-r--r--.mblaze/profile5
4 files changed, 22 insertions, 0 deletions
diff --git a/.mblaze/digest-headers.awk b/.mblaze/digest-headers.awk
new file mode 100644
index 0000000..bdf70f0
--- /dev/null
+++ b/.mblaze/digest-headers.awk
@@ -0,0 +1,10 @@
1#/^--- --- --- [0-9]/,/^$/ {
2/^Received: /,/^$/ {
3 if ($1 == "From:" || $1 == "Subject:" || $1 == "Date:" ||
4 $1 == "from:" || $1 == "subject:" || $1 == "date:" ||
5 $1 == "FROM:" || $1 == "SUBJECT:" || $1 == "DATE:" ||
6 $1 == "---" || NF == 0)
7 print;
8 next
9}
10{ print }
diff --git a/.mblaze/filter b/.mblaze/filter
new file mode 100644
index 0000000..2fc7e13
--- /dev/null
+++ b/.mblaze/filter
@@ -0,0 +1,6 @@
1text/plain: mflow
2text/html: open-stdin
3text/rtf: open-stdin
4image: open-stdin
5application: open-stdin
6message/rfc822: mflow | awk -f /home/sebastiano/.mblaze/digest-headers.awk
diff --git a/.mblaze/headers b/.mblaze/headers
new file mode 100644
index 0000000..2621095
--- /dev/null
+++ b/.mblaze/headers
@@ -0,0 +1 @@
Attach:
diff --git a/.mblaze/profile b/.mblaze/profile
new file mode 100644
index 0000000..3462212
--- /dev/null
+++ b/.mblaze/profile
@@ -0,0 +1,5 @@
1Local-Mailbox: Sebastiano Tronto <sebastiano@tronto.net>
2Alternate-Mailboxes: sebastiano.tronto@lunganega.org,sebastiano.tronto@gmail.com
3Sendmail: /usr/bin/msmtp
4Outbox: /home/sebastiano/mail/Sent
5Scan-Format: %c%r %-3n %10d %30f %2i%s

Generated with cgit - Back to sebastiano.tronto.net