Re: Managing PGP Keyrings

2001-10-22 Thread Matthew D. Fuller
[400 messages later...] On Fri, Oct 12, 2001 at 09:18:59PM -0400 I heard the voice of David T-G, and lo! it spake thus: > > At the moment I'm just catching all keys into catch-all-keys and moving > each one with my gpg--move script (available if anyone is interested; > it's brute force but it wo

Re: OT Procmail rule not working.

2001-10-25 Thread Matthew D. Fuller
On Wed, Oct 24, 2001 at 07:13:57PM -0700 I heard the voice of Will Yardley, and lo! it spake thus: > > i use: > > #mutt > :0 > * ^Return-Path:.*mutt-users-owner.*@mutt\.org > lists:mutt/ FWIW, I'd venture you'd be better off using the Sender: header. I moved over to maildrop for filtering a whi

Re: 2 Q's (my wishlist)

2001-10-26 Thread Matthew D. Fuller
On Fri, Oct 26, 2001 at 01:18:32PM -0400 I heard the voice of David T-G, and lo! it spake thus: > ...and then Jeremy Hankins said... > % > % First of all, I'd like to see the hostname portion of the Message-ID in > ... > % way to do this. I guess I could set up a procmail recipe to put it in > %

Re: 2 Q's (my wishlist)

2001-10-26 Thread Matthew D. Fuller
On Fri, Oct 26, 2001 at 01:55:37PM -0400 I heard the voice of David T-G, and lo! it spake thus: > ...and then Matthew D. Fuller said... > % > % See the {ignore,unignore,hdr_order} config params. Mine look something > % like this: > > Index, not pager. Ooh, ugh! Coffee BEFOR

Re: line length

2001-11-13 Thread Matthew D. Fuller
On Tue, Nov 13, 2001 at 11:48:59AM -0600 I heard the voice of David Champion, and lo! it spake thus: > > There is no tw/textwidth in vi -- use wm/wrapmargin instead. Set it to > the width of your right-hand margin to auto-wrap text. (For example: set > wm=8 to wrap at 72 columns on an 80-column s

Re: mbox Postmark Line vs. Message Date Header?

2001-11-28 Thread Matthew D. Fuller
Sam, > > This is my experience, yes. Another advantage is peace of mind > > that you'll never again fall prey to a corrupted mailbox due to > > a delivery occurring at the wrong time. > > But shouldn't well-behaved MTAs and MUAs perform locking that > prevents this from happening? Yes, they sho

Holy biff(1), Batman! (was Re: Checking new mail - The Solution)

2001-12-07 Thread Matthew D. Fuller
On Fri, Dec 07, 2001 at 07:28:32AM -0500 I heard the voice of David T-G, and lo! it spake thus: > % > > % > The appalling biff program requires "comsat" to do it's job, so that > % > is why I guess Slackware has it enabled. > > So the real fix would be to modify /etc/profile rather than simply t

Re: mutt caching DNS queries

2012-03-25 Thread Matthew D. Fuller
On Sat, Mar 24, 2012 at 11:32:49AM +0100 I heard the voice of Lubos Kolouch, and lo! it spake thus: > > 3) empty/change resolv.conf This is where your issue is. It's not mutt (or anything else) caching DNS responses; it's the resolver library caching resolv.conf. -- Matthew Fuller (MF4839

Re: Escaping "From" separator line in an mbox

2001-12-27 Thread Matthew D. Fuller
On Wed, Dec 26, 2001 at 09:22:33PM -0500 I heard the voice of David T-G, and lo! it spake thus: > > Thus, it should be sufficient to match on any ^From_ line as long as > you're working with an mbox file (which you can confirm by checking the > very first line of the file, which should tell you o

Re: Escaping "From" separator line in an mbox

2001-12-27 Thread Matthew D. Fuller
On Thu, Dec 27, 2001 at 06:39:56AM -0500 I heard the voice of David T-G, and lo! it spake thus: > % > % I was just testing some mbox-parsing code the other day, and I needed a > % quick mbox of reasonable size to test it against. Hey, how about > % ~/mail/sent? > > One would think so... > > >

Re: Escaping "From" separator line in an mbox

2001-12-27 Thread Matthew D. Fuller
On Thu, Dec 27, 2001 at 06:54:57AM -0500 I heard the voice of David T-G, and lo! it spake thus: > > % And your regex will break on it too. For instance: > > [snipped] > Because of the single space before the day in each header, right? If > that's the case note that I noted it and didn't guaran

Re: GPG-PGP

2001-12-31 Thread Matthew D. Fuller
Just picking a random point here... On Mon, Dec 31, 2001 at 05:04:22AM -0500 I heard the voice of Philip Mak, and lo! it spake thus: > > I think that mutt is a good e-mail client, but the default configuration > is sub-optimal (vim doesn't format paragraphs well by default, some of the Well, vi

Re: maildir over mbox?

2002-01-21 Thread Matthew D. Fuller
On Sun, Jan 20, 2002 at 06:45:54PM -0800 I heard the voice of Michael Elkins, and lo! it spake thus: > > Mutt attempts to compensate for this by using quoted-printable encoding when > it detects things that might break a signature, thus escaping the problem. > But yes, mbox format is more suscept

Re: maildir over mbox?

2002-01-21 Thread Matthew D. Fuller
On Mon, Jan 21, 2002 at 09:26:55PM -0500 I heard the voice of Derek D. Martin, and lo! it spake thus: > > Um... Oh, are you European? I seem to recall that Europeans switch > the meaning of '.' and ',' in numbers, as compared to us US types... > So perhaps you meant eighty-four thousand five hu

Re: [OT] html email

2002-01-23 Thread Matthew D. Fuller
On Wed, Jan 23, 2002 at 01:45:37PM -0700 I heard the voice of Rob 'Feztaa' Park, and lo! it spake thus: > > Just because they're the ones that spend the money, doesn't mean they > know what to spend it on! 'Course not! That's why the helpful salesdroids send them the pretty fluffy friendly colo

Re: [OT] html email

2002-01-24 Thread Matthew D. Fuller
On Thu, Jan 24, 2002 at 06:18:43PM -0500 I heard the voice of Brian Clark, and lo! it spake thus: > > :0: > * ^From.*pc-html-user@domain\.com > /dev/null Actually, I've found that this: if(/^Content-Type: text\/html/) to $MBOXDIR/crap catches more of my spam than any other of my off-the-cuf

Re: Don't mention MUAS to fight html email

2002-01-25 Thread Matthew D. Fuller
On Fri, Jan 25, 2002 at 02:09:09PM -0800 I heard the voice of Michael Montagne, and lo! it spake thus: > > Isn't HTML just text? The tags are evaluated and formatted at the > client. So is it just that there is more text than there needs to be? > Or is it the links and scripts that are often inc

Re: M$ Outhouse E. for UNIX

2002-03-27 Thread Matthew D. Fuller
On Wed, Mar 27, 2002 at 09:08:50AM + I heard the voice of Dave Smith, and lo! it spake thus: > On Tue, Mar 26, 2002 at 08:31:07PM +0100, [EMAIL PROTECTED] wrote: > > > Just logged into a solaris box. Having set my prompt to 'user@machine' > > it says that only root may run 'uname'. My respons

Re: M$ Outhouse E. for UNIX

2002-03-27 Thread Matthew D. Fuller
On Wed, Mar 27, 2002 at 08:17:05AM -0500 I heard the voice of David T-G, and lo! it spake thus: > > % it (requiring root at THAT point) when it has args. Solaris assumes that > % you're always trying to set it, even to nothing. > > Really? I've never heard of that. > > nfs5{43} uname -a >

Re: OT: OS / distro / kernel

2002-03-28 Thread Matthew D. Fuller
On Thu, Mar 28, 2002 at 11:45:42AM -0500 I heard the voice of Ricardo SIGNES, and lo! it spake thus: > > The question of which is right is probably flame material. We both have our > reasons to say we're right. Based on something like Bach's "Design of the UNIX > Operating System," the kernel i

Re: Mutt ignoring 'From ' lines in mailbox

2002-04-02 Thread Matthew D. Fuller
On Tue, Apr 02, 2002 at 12:46:36PM -0600 I heard the voice of David DeSimone, and lo! it spake thus: > > Mutt chooses to be picker about the "From " syntax because some mailers > don't properly escape a "From " that is inside the body of the message. Well. Mutt doesn't escape "^From " in the bo

Re: auto{conf,make,*} probs under freebsd

2002-06-20 Thread Matthew D. Fuller
On Thu, Jun 20, 2002 at 10:33:01PM -0500 I heard the voice of David T-G, and lo! it spake thus: > Hi again, all -- > > I am able to make my cocktail but not, for some reason, install it. Once > I run a make I cannot run another one; I get > > bash-2.05a$ make install > "Makefile", line 447:

Re: run external command when there is new mail

2002-06-24 Thread Matthew D. Fuller
On Mon, Jun 24, 2002 at 09:41:46PM +0200 I heard the voice of Rocco Rutte, and lo! it spake thus: > > > Have the pros and cons of an external mail notification > > program already been discussed on the lists? > > Hmm, what about biff and comsat allthough it doesn't catch > all your folders at on

Re: Exploit.IFrame.FileDownload virus??

2002-07-15 Thread Matthew D. Fuller
On Mon, Jul 15, 2002 at 04:56:04PM +0200 I heard the voice of Thomas Baker, and lo! it spake thus: > saying "Your password is 12zxjkjl123kjl12jz". But the > size of each of the messages, according to Mutt, was 65k. > > that use it, such as Outlook. No surprise there! The only > surprise to me