Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: Gnus Access mail spool by ssh
Date: Mon, 10 Jul 2000 13:48:46 +0200	[thread overview]
Message-ID: <vafr992xl29.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: Harry Putnam's message of "09 Jul 2000 21:56:55 -0700"

Harry Putnam <reader@newsguy.com> writes:

> The only monkey wrench here was that I couldn't find `movemail'  Its
> nowhere in my path, which is very extensive.

When you do `ssh $host $command', no environment is set on the remote
host.  In particular, /etc/profile and ~/.profile are not read, since
it's not a login shell.

There is a file ~/.ssh/environment or somesuch which gets executed,
see the ssh documentation for details.

> The cool thing is someone already wrote almost the exact script in 
> gnus info at Mail Source Specifiers.
> 
>         (setq mail-sources
>                 '((file :prescript "ssh reader@reader ~/scripts/getmail >%t ")))
> 
> What does the specifier "t" do here?  Does just mean to the default?

The mail-sources stuff writes the mail to a tmp file, maybe
~/.mail-source-crashbox or ~/Mail/Incoming*.  Since your script does
not know the tmp file name, mail-sources provides it.  If you put %t
into the command name, that's replaced by the tmp file name.

kai
-- 
I like BOTH kinds of music.



  reply	other threads:[~2000-07-10 11:48 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-08 21:02 Harry Putnam
2000-07-08 23:08 ` Kai Großjohann
2000-07-09  2:03 ` Alan Shutko
2000-07-10  4:56   ` Harry Putnam
2000-07-10 11:48     ` Kai Großjohann [this message]
     [not found]     ` <lfllmzam504.fsf@rupert.informatik.uni-stuttgart.de>
2000-07-11 12:39       ` Harry Putnam
2000-07-11 22:28         ` Alexandre Oliva
2000-07-12  0:01           ` Harry Putnam
2000-07-12  2:31             ` Alexandre Oliva
2000-07-12  8:06               ` Kai Großjohann
2000-07-12  8:52                 ` Nuutti Kotivuori
2000-07-12 11:26                   ` Harry Putnam
2000-07-12 14:54                     ` Nuutti Kotivuori
2000-07-12 15:10                       ` Harry Putnam
2000-07-12 17:07                         ` Kai Großjohann
2000-07-12 19:22                       ` Harry Putnam
2000-07-12 19:42                         ` Alan Shutko
2000-07-12 21:28                           ` Harry Putnam
2000-07-13  3:50                             ` Nuutti Kotivuori
2000-07-13  3:46                         ` Nuutti Kotivuori
2000-07-14 11:02                           ` Harry Putnam
2000-07-16 15:11                             ` Nuutti Kotivuori
2000-07-15  0:29                   ` Simon Josefsson
2000-07-10 12:00 ` Nuutti Kotivuori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vafr992xl29.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).