-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -442,8 +442,8 @@ <h1>Fangfrisch</h1> | |
<div class="details"> | ||
<span id="author" class="author">Ralph Seichter</span><br> | ||
<span id="email" class="email"><a href="mailto:[email protected]">[email protected]</a></span><br> | ||
<span id="revnumber">version 1.9.0,</span> | ||
<span id="revdate">2024-03-08</span> | ||
<span id="revnumber">version 1.9.1.dev2,</span> | ||
<span id="revdate">2024-04-18</span> | ||
</div> | ||
<div id="toc" class="toc2"> | ||
<div id="toctitle">Table of Contents</div> | ||
|
@@ -1073,7 +1073,7 @@ <h2 id="internalconf"><a class="anchor" href="#internalconf"></a>Appendix A: Def | |
<div class="content"> | ||
<pre>[DEFAULT] | ||
cleanup = automatic | ||
enabled = false | ||
enabled = no | ||
integrity_check = sha256 | ||
log_level = WARNING | ||
log_method = console | ||
|
@@ -1197,7 +1197,7 @@ <h2 id="sampleeff"><a class="anchor" href="#sampleeff"></a>Appendix B: Effective | |
<div class="content"> | ||
<pre>[DEFAULT] | ||
cleanup = automatic | ||
enabled = false | ||
enabled = no | ||
integrity_check = sha256 | ||
log_level = WARNING | ||
log_method = console | ||
|
@@ -1357,6 +1357,10 @@ <h2 id="ffnews"><a class="anchor" href="#ffnews"></a>Appendix C: Fangfrisch News | |
declare -r MAILTO="[email protected]" | ||
declare -r SUBJECT="Fangfrisch News are available" | ||
|
||
# Choose one of the options below and uncomment the 'declare' | ||
# statements. Until this is done, the script will fail with | ||
# an error message. | ||
|
||
# Option 1: Mutt | ||
#declare -r MAILAPP="mutt" | ||
#declare -r MAILAPP_OPT=( "-s" "$SUBJECT" "$MAILTO" ) | ||
|
@@ -1367,8 +1371,8 @@ <h2 id="ffnews"><a class="anchor" href="#ffnews"></a>Appendix C: Fangfrisch News | |
#export PATH="$PATH:/usr/sbin" | ||
|
||
# Option 3: swaks | ||
declare -r MAILAPP="swaks" | ||
declare -r MAILAPP_OPT=( "-d" "-" "-f" "$MAILFROM" "-t" "$MAILTO" ) | ||
#declare -r MAILAPP="swaks" | ||
#declare -r MAILAPP_OPT=( "-d" "-" "-f" "$MAILFROM" "-t" "$MAILTO" ) | ||
|
||
### No changes required below this line ### | ||
|
||
|
@@ -1411,6 +1415,7 @@ <h2 id="ffnews"><a class="anchor" href="#ffnews"></a>Appendix C: Fangfrisch News | |
|
||
main() { | ||
local t | ||
[ -n "$MAILAPP" ] || die "MAILAPP is undefined, exiting." | ||
if tty -s; then | ||
# Running in a terminal session | ||
t=$(mktemp) | ||
|
@@ -1467,8 +1472,8 @@ <h3 id="_accessing_mappings"><a class="anchor" href="#_accessing_mappings"></a>D | |
</div> | ||
<div id="footer"> | ||
<div id="footer-text"> | ||
Version 1.9.0<br> | ||
Last updated 2024-03-08 12:14:07 +0100 | ||
Version 1.9.1.dev2<br> | ||
Last updated 2024-04-18 14:16:08 +0200 | ||
</div> | ||
</div> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters