This commit is contained in:
Ori Bernstein 2021-02-10 10:21:06 -08:00
commit 8606fc8f29
5 changed files with 7 additions and 3 deletions

View file

@ -927,3 +927,6 @@ No. It ends here.
For now, no.
I'm think you don't get it.
I hear "me me me".
If you guys aren't part of the solution, you are part of the precipitate.
Nothing is perfect.
Some users really are their own worst enemy.

View file

@ -25,7 +25,6 @@ fn e{
if(~ $yn y)
cat /tmp/post >$mnt/$group/post
}
fn f { du -a $* | sed 's/^.* //g' }
fn fmtd{
date=`{cat}
if(! ~ $date(1) [0-9]*)
@ -96,7 +95,7 @@ fn getr{
fn h{ sed -n $1^p /tmp/h }
fn k{
kmnt=`{echo $mnt | sed 's/\//\\\//g'}
f $mnt/$* |
walk $mnt/$* |
grep -v -e '\/([0-9]+|article|body|header|post|xover)$' |
sed 's/^'$"kmnt'\// g /g' |
sort |

View file

@ -5254,3 +5254,4 @@ On the Internet, we are all Poland. -- Michael Hayden
By the way, BBCNews site makes corrupt the browser. -- Kenji
As much as I'd love to I feel I have to let it go -- rminnich
You need a UNIX system to run SATAN.
That depends on how you define native. -- Andre Garzia

View file

@ -91,6 +91,7 @@
.p text plain - y # Pascal program
.p7m application x-pkcs7-mime - y # SMIME
.p7s application x-pkcs7-signature - y # SMIME
.patch text plain - y
.pbm image x-portable-bitmap - y
.pdf application pdf - y # Adobe Portable Document Format
.pif application octet-stream - r # DOS executable

View file

@ -387,7 +387,7 @@ save(Part *p, char *file)
Bprint(&out, "From virusfilter %τ\n", thedate(&tm));
writeheader(p, 0);
bodyoff = Boffset(&out);
passbody(p, 1);
passbody(p, 0);
Bprint(&out, "\n");
Bterm(&out);
close(fd);