diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-11-30 17:24:01 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-07 14:23:42 +0100 |
| commit | 4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f (patch) | |
| tree | 99de1c0323d87fc798bafacdd5c04f7566322da4 /.mblaze | |
| download | config-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.tar.gz config-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.zip | |
Initial commit
Diffstat (limited to '.mblaze')
| -rw-r--r-- | .mblaze/digest-headers.awk | 10 | ||||
| -rw-r--r-- | .mblaze/filter | 6 | ||||
| -rw-r--r-- | .mblaze/headers | 1 | ||||
| -rw-r--r-- | .mblaze/profile | 5 |
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 @@ | |||
| 1 | text/plain: mflow | ||
| 2 | text/html: open-stdin | ||
| 3 | text/rtf: open-stdin | ||
| 4 | image: open-stdin | ||
| 5 | application: open-stdin | ||
| 6 | message/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 @@ | |||
| 1 | Local-Mailbox: Sebastiano Tronto <sebastiano@tronto.net> | ||
| 2 | Alternate-Mailboxes: sebastiano.tronto@lunganega.org,sebastiano.tronto@gmail.com | ||
| 3 | Sendmail: /usr/bin/msmtp | ||
| 4 | Outbox: /home/sebastiano/mail/Sent | ||
| 5 | Scan-Format: %c%r %-3n %10d %30f %2i%s | ||
