Re: [PLUG] Fw: DMARC Forensic Report for nuegia.net from IP 54.245.45.210

2020-12-29 Thread Tom
On Thu, 24 Dec 2020 17:51:38 -0800
"Jason Barbier"  wrote:

> this is normal and expected for most mail list software and has been
> the bane of most mail authentication schemes. It's not a
> misconfiguration perse on either side, just an artifact of the mail
> list bifurcating and spoofing messages. the only real way to stop it
> breaks most mail clients displaying users or involves abandoning
> DMARC.
but it says "bodyhash_mismatch". Surely a mailinglist could operate
without manipulating the body of emails?

-- 
 _ 
/ I needed the good will of the   \
| legislature of four states. I formed|
| the legislative bodies with my own  |
| money. I found that it was cheaper that |
| way.|
| |
\ -- Jay Gould/
 - 
\
 \
   /\   /\   
  //\\_//\\ 
  \_ _//   /
   / * * \/^^^]
   \_\O/_/[   ]
/   \_[   /
\ \_  /  /
 [ [ /  \/ _/
_[ [ \  /_/
___
PLUG: https://pdxlinux.org
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


Re: [PLUG] Midnight Commander display borked

2020-12-29 Thread King Beowulf
On 12/28/20 10:33 AM, Nat Taylor wrote:
> Hmm...  Everything but LC_ALL is UTF-8
> mc -a does fix it
> But I have figured out that I was using xfce4-terminal instead of Konsole
> or QTerminal, and the problem is only there.
> 
> I guess the moral of the story is to use mc -a if you are using
> xfce4-terminal, or just use a different terminal for mc
> 
> I had installed pv and progress in attempts to get progress meters while
> transferring files to my new hard drive from the command line over the
> network, but then realized that mc already had progress meters and worked
> great.
> 
> I guess they weren't the culprits after all.
> 
> I guess I hadn't tried mc in the xfce4-terminal I had inadvertently
> launched.  Unless me installing advcpmv locally to test somehow borked it
> just for xfce4-terminal
> 
> 

I've used mc with xfce-terminal for years and ages.  versions 4.10, 4.12
had some issues with line drawing characters with some system fonts,
4.14 was better.  I'm on 4.16 now (xfce-terminal-0.8.10). spiffy!

in ~/.bashrc I have

# Set 256 color for XFCE terminal
if [ "$COLORTERM" == "xfce4-terminal" ] ; then
export TERM=xterm-256color

I also have xfce-terminal preferences set to use "Monospace Regular 12pt"

Note that, depending on xfce-terminal and mc versions, not all Options
-> Appearance work well in xfce-terminal. pick one that looks good.
With UTF-8  and mc46 should always work fine without the -a
option.  There are a number of styles that may work better with your
default system font.

If you like mc, check out krusader (part of KDE5)

btw, rsync also has a progress meter option (--progress and --info=progress)

All the GUI and CLI file managers have progress bars. I have no idea why
there are so may duplicate projects to add stuff to mv, cp etc, when
rsync works just fine when you RTFM.

Moral of the story: Don't blame xfce-terminal for PEBKAC.

-Ed



OpenPGP_signature
Description: OpenPGP digital signature
___
PLUG: https://pdxlinux.org
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug