00:52:49 What does ^b in csh do? 00:53:28 I'm looking at a shell inside tmux, accidentally caused a ^b to be sent and it isn't responding. 00:54:17 It's a tmux escape code, not csh. 00:54:27 ^b c can create a new window, ^b w can switch windows 00:55:10 Yes, but ^b^b will cause it to send a ^b and the shell's state seems to now be unknown. 00:56:18 Ah, perhaps tmux is in some sort of command-mode. 01:01:09 so the shell received a ^B? 01:01:53 Seems tmux had gotten into some sort of command mode, simply needed a 'q' to be talking to the shell again. 01:04:16 Okay finally archived any history from that shell. 01:19:46 rwp: Thank you. Yeah, that doesn't sound bad. 01:30:57 nesting tmux is illegal in many states 01:31:12 citation? 01:31:22 it's a joke haha 01:31:57 punchline shoulda been a funny citation 01:32:05 comedians never give up 01:32:14 dang you're right 01:46:13 you nest tmux? 01:46:21 i nested 3 instances of emacs inside emacs 01:46:41 I used emacs shell to ssh into a server and use emacs there 01:46:53 then i continued to use ssh from there to another server 01:47:13 i nest tmux 03:12:21 Now I need to find help with Sendmail (guess how long this installation has been around). 03:47:43 geometry: What's your Sendmail doing? 03:50:46 Rather a lot for this site. :-/ 03:51:12 In this case a message was rejected by a rule and I'm not too familiar with Sendmail rules. 03:52:08 "ruleset=check_relay" 03:54:08 "reject=550 5.7.1 Access denied", though that should nominally be incoming handled by the local system. 03:54:17 geometry: Safest bet is to ignore .cf and manage your config with .mc. 03:55:55 Would be safe, accept this is an existing installation and I'm not ready to make major changes yet. 03:56:06 ^accept^except 04:12:00 geometry: Well. If it's failing in various ways, getting it under control is critical, and having a maintainable config is part of that. It'd be worth understanding what the expected behaviour is. 04:12:51 I suspect it may be a maintainable config, but it was written by someone who had been working on it for decades. 04:12:58 geometry: Your error sounds like it's an outdated RBL or something, possibly, and that could have some pretty bad effects on delivery depending on how you react to the inability to check. 04:13:33 geometry: Well. They should have been using .mc. That was the best practise when I started using Sendmail in the 90s. 04:14:38 If they're doing funny things in .cf, those should have been well-documented. It's really just about unheard-of to have anything that would require any complexity in .cf. 04:15:01 geometry: So you can do things like, configure a sane .mc, generate a .cf, and see how it differs from what you've got. 04:15:15 is the format of .cf directly docuented? 04:15:53 They may be derived from the .mc files, but I'm less than 100% certain of that. 04:16:19 geometry: Find all the .mc files you can, generate .cf's from them, and see what matches or what's closest. 04:16:45 And as LXGHTNXNG notes, see if they properly commented the .cf in the event that they were writing .cf directly. 04:17:07 Ah, I think I found the issue. 04:17:22 Also, if it's a legacy system and no one's been maintaining it, look at mtimes on the various files and you might match up .mc and .cf that way. 04:18:21 Someone had been maintaining it, but I think they had gotten over their head. 04:18:44 Easy to do. 04:19:07 They were resorting to desparation tactics to try to cut down on spam and looks like they added something incorrect to the access list. 04:20:21 Hmm, seems the RCS files are out of date. :-( 04:20:30 geometry: Look at dnsbl here: https://www.sendmail.org/~ca/email/doc8.12/cf/m4/features.html 04:21:06 Should be trivial to add. 04:22:54 The last time I ran Sendmail myself, I was using it with UUCP. But I've had to support it for other folks much more recently. 04:23:55 The real problem is nothing is the spammers are still trying despite all efforts to fight them. :-( 04:24:07 ^is nothing^ 04:26:24 Educating users still isn't crushing their margins sufficiently to make them stop. 04:26:46 I haven't decided advertising is inherently evil, but I've started to wonder... 04:53:53 geometry: Beware, a whole new worldview awaits you.