Gnus development mailing list
 help / color / mirror / Atom feed
* road warrior trying to simplify a mail setup
@ 2003-02-05 17:04 Randal L. Schwartz
  2003-02-05 21:47 ` Vasily Korytov
                   ` (4 more replies)
  0 siblings, 5 replies; 33+ messages in thread
From: Randal L. Schwartz @ 2003-02-05 17:04 UTC (permalink / raw)



The problem with an organically grown mail system is that you spend a
lot of time making mulch for fertilizer. :-)

Incoming mail for stonehenge.com comes first through a postfix regex
match to handle immmediately breakoutable addresses (like
rootbeer@stonehenge.com), and then everything else falls into
merlyn@stonehenge.com, which delivers to a procmail delivery rule,
which launches a Perl script.

The Perl script is at least less than a year old, having sacrificed
the much older MailAgent junk that I was using prior to that (mostly
when I couldn't get MailAgent to run under a modern Perl, as it had
been written for Perl4).  I use Mail::Audit and Mail::Internet and
Mail::ListDetector and (important) Mail::SpamAssassin to figure out
who/where/why on each piece.  Once the analysis is complete, I drop
the mail into ~/.incoming/$something.spool, so that GNUS can pick it
up in "sorted by procmail" mode.  From there, GNUS picks it up, and
drops it into the initial nnml folders, and I read my 1100 incoming
(half spam, so my incoming spam folders get very little scrutiny).

Amazingly enough, this stuff mostly works.  Provided that I *only*
want to read and answer email online.  And that was fine, when my
Mac laptop couldn't run /bin/sh, or more importantly, GNU Emacs.

But now, I've found myself from time to time wanting to read and write
email without an active net connection.  I started by thinking I could
ssh-grab-and-delete the .incoming directory in some atomic way so that
I wouldn't step on the process, and the "master" directory of nnml
folders would be on my laptop.

But then, the hitch.  Occasionally, I'm in an internet cafe with ssh,
and not my laptop (or any means by which to attach my laptop).  Right
now, that's no problem, because ssh'ing from a random computer is no
different from ssh'ing from my laptop (as I am doing right now) and
typing "screen -DR emacs" to revive my emacs session.  (I "boot" emacs
about once a month. :-) But if the nnml folders are on my laptop, I'm
hosed, since I'll have no access to context or unanswered mail.

Help.

I understand there's an offline reader mode, but I'm not sure how that
would work for my setup.  Would I need to set up an IMAP server, and
could that let me access unanswered email both on and off the box?

I can't be the only one who wants to read and answer email both while
online and offline.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!



^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2003-03-04 12:11 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-05 17:04 road warrior trying to simplify a mail setup Randal L. Schwartz
2003-02-05 21:47 ` Vasily Korytov
2003-02-05 21:49   ` Randal L. Schwartz
2003-02-06  9:30     ` James Leifer
2003-02-06 21:37     ` Kirk Strauser
2003-02-06 15:46 ` Kai Großjohann
2003-02-07  1:27 ` Stainless Steel Rat
2003-02-07  2:04   ` Randal L. Schwartz
2003-02-07  2:24     ` Stainless Steel Rat
2003-02-07  5:41       ` Randal L. Schwartz
2003-02-07 16:28         ` Stainless Steel Rat
2003-02-07 16:39           ` David S Goldberg
2003-02-07 18:14             ` Randal L. Schwartz
2003-02-07 18:49               ` David S Goldberg
2003-02-07 18:13           ` Randal L. Schwartz
2003-02-07 19:38             ` Stainless Steel Rat
2003-02-07 19:53               ` Randal L. Schwartz
2003-02-07 20:06                 ` Stainless Steel Rat
2003-02-07 20:18                   ` Randal L. Schwartz
2003-02-07 23:18                     ` Stainless Steel Rat
2003-02-07 21:45             ` Kai Großjohann
2003-02-07  7:18 ` Michel Schinz
2003-02-07  9:07   ` Niklas Morberg
2003-02-07 15:44     ` Randal L. Schwartz
2003-02-07 16:34       ` David S Goldberg
2003-02-07 15:52   ` Kai Großjohann
2003-02-14 21:53 ` David Wuertele
2003-02-15  5:50   ` Randal L. Schwartz
2003-02-15  6:02     ` Randal L. Schwartz
2003-03-01  0:32       ` David Wuertele
2003-03-03  8:50         ` Bjørn Mork
2003-03-03 17:27           ` David Wuertele
2003-03-04 12:11             ` Bjørn Mork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).