There is a problem. Mutt v1 will pass the mail to sendmail by default and
it also passes some arguments which smail, linked to sendamil, does not
understand. As a result, the mails are send to /ver/spool/smail/error
rather than /ver/spool/smail/input. Frankly, I am not sure smail v3.2 is
working p
On Sat, Oct 27, 2001 at 11:47:10PM -0500, MuttER wrote:
> On Sat, Oct 27, 2001 at 10:34:29PM -0600, Rob 'Feztaa' Park wrote:
> > On Sun, Oct 28, 2001 at 09:49:22AM +0530, Suresh Ramasubramanian (dis)graced my
>inbox with:
> > > pat [27/10/01 23:01 -0500]:
> > > > What is happening when I try to
On Sat, Oct 27, 2001 at 11:47:10PM -0500, MuttER wrote:
> On Sat, Oct 27, 2001 at 10:34:29PM -0600, Rob 'Feztaa' Park wrote:
> > On Sun, Oct 28, 2001 at 09:49:22AM +0530, Suresh Ramasubramanian (dis)graced my
>inbox with:
> > > pat [27/10/01 23:01 -0500]:
> > > > What is happening when I try to
On Sat, Oct 27, 2001 at 10:34:29PM -0600, Rob 'Feztaa' Park wrote:
> On Sun, Oct 28, 2001 at 09:49:22AM +0530, Suresh Ramasubramanian (dis)graced my
>inbox with:
> > pat [27/10/01 23:01 -0500]:
> > > What is happening when I try to mail to someone at aol?
> > > I get the following error:
> > > R
On Sat, Oct 27, 2001 at 11:11:05PM -0500, Stephen E. Hargrove (dis)graced my inbox
with:
> i've defined the following macro sequences:
>
> folder-hook . macro index d "~/mail/trashy"
> folder-hook . macro pager d "~/mail/trashy"
> folder-hook trash macro index d ""
> folder-hook tr
On Sun, Oct 28, 2001 at 09:49:22AM +0530, Suresh Ramasubramanian (dis)graced my inbox
with:
> pat [27/10/01 23:01 -0500]:
> > What is happening when I try to mail to someone at aol?
> > I get the following error:
> > Reporting-MTA: dns; localhost.localdomain
> > Arrival-Date: Fri, 26 Oct 2001 04
What is happening when I try to mail to someone at aol?
I get the following error:
Reporting-MTA: dns; localhost.localdomain
Arrival-Date: Fri, 26 Oct 2001 04:18:02 + (UTC)
Final-Recipient: rfc822; [EMAIL PROTECTED]
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; host mailin-04
pat [27/10/01 23:01 -0500]:
> What is happening when I try to mail to someone at aol?
> I get the following error:
> Reporting-MTA: dns; localhost.localdomain
> Arrival-Date: Fri, 26 Oct 2001 04:18:02 + (UTC)
> Final-Recipient: rfc822; [EMAIL PROTECTED]
> Action: failed
> Status: 5.0.0
> Diag
What is happening when I try to mail to someone at aol?
I get the following error:
Reporting-MTA: dns; localhost.localdomain
Arrival-Date: Fri, 26 Oct 2001 04:18:02 + (UTC)
Final-Recipient: rfc822; [EMAIL PROTECTED]
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; host mailin-
Is it just me and mutt is supposed to do this, or is there actually
something I've done wrong to MAKE it do this?
scenario:
Launch mutt, it drops you into your spool directory. Hit [q], and
depending on the setting of $quit (a quadoption), it asks you or doesn't
ask you, and either exits, or do
i've defined the following macro sequences:
folder-hook . macro index d "~/mail/trashy"
folder-hook . macro pager d "~/mail/trashy"
folder-hook trash macro index d ""
folder-hook trash macro pager d ""
the idea is that when i delete a message, it moves that message to the trash f
On Sat, Oct 27, 2001 at 05:04:59PM -0700, Collin Peters wrote:
>
> I use:
> mailboxes `find ~/Mail/ ! -name .log ! -name trash ! -name sent-mail !
> -name junkmail -type f -true -printf "%p "`
>
> This is great for mailboxes which change by getting added or deleted.
> All you need to do is put
On Sun, Oct 28, 2001 at 12:38:51AM +0100, Lee J . Moore wrote:
>
> After glancing again, it looks like a space might fix that bit of
> script. Maybe it's copied wrong or something and should be more like
> this:
>
> mailboxes `for file in ~/mail/*; do echo -n "$(basename $file) "; done`
>
> I l
On Sun, Oct 28, 2001 at 12:38:51AM +0100, Lee J . Moore (dis)graced my inbox with:
> On Sat, Oct 27, 2001 at 05:08:54PM -0600, Rob 'Feztaa' Park wrote:
> > On Sat, Oct 27, 2001 at 11:58:18PM +0100, Lee J . Moore (dis)graced my inbox with:
> > >
> > > ? I wonder whether this is why Mutt is gettin
On 27, Oct, 2001 at 12:41:13PM -0600, Rob 'Feztaa' Park wrote:
> > Other pains are when people misconfigure procmail recipes
> > and then their mail starts bouncing too.
>
> Procmail can make mail bounce? I thought it would just send mail to the
> bit bucket if it was misconfigured...
It only do
On Sat, Oct 27, 2001 at 05:08:54PM -0600, Rob 'Feztaa' Park wrote:
> On Sat, Oct 27, 2001 at 11:58:18PM +0100, Lee J . Moore (dis)graced my inbox with:
> >
> > ? I wonder whether this is why Mutt is getting confused. :) Although
> > the script is there doubtless to serve as a timesaver if and w
On Sat, Oct 27, 2001 at 04:32:54PM -0500, shock wrote:
> I'm having two problems. First, when I bring up a listing of mail folders, I'd like
>to see some indication of which folders contain new mail. I have the following in my
>.muttrc:
>
> set folder_format="%F %-8.8u %-8.8g %d %8s %N %f"
>
On Sat, Oct 27, 2001 at 11:58:18PM +0100, Lee J . Moore (dis)graced my inbox with:
> On Sat, Oct 27, 2001 at 05:25:43PM -0500, Stephen E. Hargrove wrote:
> > i have:
> >
> > mailboxes !
> > mailboxes `for file in ~/mail/*; do echo -n "$(basename $file)"; done`
> >
> > and this is apparently insu
On Sat, Oct 27, 2001 at 05:37:33PM -0500, Stephen E. Hargrove (dis)graced my inbox
with:
> what i'm seeing is this:
>
> -rwx-- stephen seh Oct 27 17:27 4096 ../
> -rw-r--r-- stephen seh Oct 27 16:1450255 Bulk
> drwxr-sr-x stephen seh Oct 23 18:02 4096 H
On Sat, Oct 27, 2001 at 05:25:43PM -0500, Stephen E. Hargrove wrote:
> i have:
>
> mailboxes !
> mailboxes `for file in ~/mail/*; do echo -n "$(basename $file)"; done`
>
> and this is apparently insufficient.
If you had three mailboxes, say mail1 mail2 and mail3, wouldn't that
piece of command
* Rob 'Feztaa' Park ([EMAIL PROTECTED]) babbled:
> On Sat, Oct 27, 2001 at 04:32:54PM -0500, shock (dis)graced my inbox with:
> > I'm having two problems. First, when I bring up a listing of mail folders, I'd
>like to see some indication of
> > which folders contain new mail. I have the follow
* Will Yardley ([EMAIL PROTECTED]) babbled:
> shock wrote:
> [you should probably set your editor to wrap at ~72 chars]
thanks. is this better?
> > I'm having two problems. First, when I bring up a listing of mail
> > folders, I'd like to see some indication of which folders contain new
> > ma
On Sat, Oct 27, 2001 at 04:32:54PM -0500, shock (dis)graced my inbox with:
> I'm having two problems. First, when I bring up a listing of mail folders, I'd like
>to see some indication of which folders contain new mail. I have the following in my
>.muttrc:
>
> set folder_format="%F %-8.8u %-8
Hi, excuse me for a test mail
with Mutt and Exim
As I don't where to send a echo -mail
bye ,
from me <[EMAIL PROTECTED]>
On Sat, Oct 27, 2001 at 02:18:13PM +0100, Steve Kennedy (dis)graced my inbox with:
> On Fri, Oct 26, 2001 at 06:10:21PM -0600, Rob 'Feztaa' Park wrote:
>
> > Ah, oops. I must have misunderstood :)
> > Well, the gist I got from the subscription email that I got sent when I
> > joined, it only take
shock wrote:
[you should probably set your editor to wrap at ~72 chars]
> I'm having two problems. First, when I bring up a listing of mail
> folders, I'd like to see some indication of which folders contain new
> mail. I have the following in my .muttrc:
> set folder_format="%F %-8.8u %-8.8g %
I'm having two problems. First, when I bring up a listing of mail folders, I'd like
to see some indication of which folders contain new mail. I have the following in my
.muttrc:
set folder_format="%F %-8.8u %-8.8g %d %8s %N %f"
The display follows the format exactly, but %N seems to have no
blah. nevermind. i figured it out.
* shock ([EMAIL PROTECTED]) babbled:
> well, i've finally managed to screw up my .muttrc. i've only been using mutt for a
>day or so now, so please bear with me.
--
) ,_),_)
(-(__ |_ _ _ |/
) | |(_)(_ |\
( \_,
On Fri, Oct 26, 2001 at 04:06:00PM -0700, Michael Elkins wrote:
> On Fri, Oct 26, 2001 at 06:41:31PM -0400, Daniel Eisenbud wrote:
>
> I don't really care for IMAP, but I'm forced to use it at work because we
> have an Exchange server. Switching between IMAP mailboxes is a rather
> painful exper
well, i've finally managed to screw up my .muttrc. i've only been using mutt for a
day or so now, so please bear with me.
i had it set up so that i could hit the left-arrow key to take me to my list of mail
folders. following is the applicable section:
bind pagerprevious-line
bind
On Sam, Okt 27, 2001 at 06:14:48 +0200, Cliff Sarginson wrote:
> Hello,
hi,
> To: [EMAIL PROTECTED]
> I would have though "xfree86.org" should catch this as a list but it
> does not.
try
subscribe newbie
or
subscribe [EMAIL PROTECTED]
in your config file.
Hello,
I use the "subscribe" command to handle mailing lists,
and it all works tickety-boo except for one list I am
on that Mutt refuses to mark as a list "L".
I have tried various combinations of the list address
but it does not work. Here is a typical header:
Return-Path: <[EMAIL PROTECTED]>
On Fri, Oct 26, 2001 at 04:06:00PM -0700, Michael Elkins wrote:
> On Fri, Oct 26, 2001 at 06:41:31PM -0400, Daniel Eisenbud wrote:
> > I believe it's supposed to be a very small, not very configurable IMAP
> > client.
>
> Pup was not intended to be a Mutt-replacement, and I have no itention of
>
On Fri, Oct 26, 2001, MuttER wrote:
> yeeesss, BUT I AM able to post to other addresses correctly as I am
> now setup. I ONLY (iirc) have a problem with AOL, which is known to to
> rather odd things :^).
I am sorry, I missed the fact that you cannot send your mails to AOL
only. Then, there
On Sat, Oct 27, 2001 at 01:29:08PM +0100, Lee J . Moore wrote:
[..]
> Weird that it would work with some but not all. Are you pressing
> Shift+L to reply to a list?
Hmmm, actually not weird at all. If the mailing list address is in the
To: header, it's going to be the reply address whether you
David Champion said:
> Ah, mutt -- making the world smaller again.
I wondered if you were on this list
> I'd recommend setting the MTA to pass mail from root literally, and
> setting each machine's root GECOS in /etc/passwd to "kimbark root",
> etc., but anyway
Yeah. There are other t
On Fri, Oct 26, 2001 at 06:10:21PM -0600, Rob 'Feztaa' Park wrote:
> Ah, oops. I must have misunderstood :)
> Well, the gist I got from the subscription email that I got sent when I
> joined, it only takes one bounced message for the list to unsubscribe
> me. I guess if my mail server went down t
Dave --
...and then Dave Price said...
% just a quick question...
%
% i have pgp encryption on by default .. works fine, but i often find myself running:
p (pgp-menu) f (forget it) y (send) whwn i write to friends to whom pgp means nothing
... how can i bind a key ( Y ) to this sequence of com
Dave --
...and then Dave Price said...
% just a quick question...
Just a quick answer :-)
%
% i have pgp encryption on by default .. works fine, but i often find myself running:
p (pgp-menu) f (forget it) y (send) whwn i write to friends to whom pgp means nothing
... how can i bind a key (
Michael Montagne muttered:
> I'm familiar with the "subscribe" and "lists" commands to place the
> address of the mailing list in the To: header when replying to a mailing
> list but mine appear broken. For this list I have:
> subscribe [EMAIL PROTECTED]
> And whenever I reply. the senders name
On Fri, Oct 26, 2001 at 11:32:08AM -0700, Michael Montagne wrote:
> I'm familiar with the "subscribe" and "lists" commands to place the
> address of the mailing list in the To: header when replying to a mailing
> list but mine appear broken. For this list I have:
> subscribe [EMAIL PROTECTED]
>
Hi mutt-users,
I've installed mutt and exim for the first time and I don't know where to test them .
So, excuse me if I disturb you with that .
mutt-user newbie
bye,
mail from [EMAIL PROTECTED]
just a quick question...
i have pgp encryption on by default .. works fine, but i often find myself running: p
(pgp-menu) f (forget it) y (send) whwn i write to friends to whom pgp means nothing
... how can i bind a key ( Y ) to this sequence of commands?
tia and aloha,
dave
PGP signature
Roberto --
...and then Roberto Antonio Ferreira de Almeida said...
% Hi,
%
% I would like to know if it's possible to auto-encrypt a message when I
Yes, it is.
% send an e-mail to a specific person. Could someone help me with this?
Oh -- you want the answer, too! ;-)
Use a send-hook about l
Hi,
I would like to know if it's possible to auto-encrypt a message when I
send an e-mail to a specific person. Could someone help me with this?
Thanks in advance,
Roberto
--
/ o/ Roberto A. F. de Almeida
< /| [EMAIL PROTECTED]
| /\|
|/
On Fri, Oct 26, 2001 at 11:04:36AM -0400, David T-G (dis)graced my inbox with:
> % > For some reason I was unsubed from this list without warning. Anyone
> % > know why that would be?
> %
> % Happened to me last weekend. David T-G mentioned that if the list is
> % very active, sometimes it screws
I'm familiar with the "subscribe" and "lists" commands to place the
address of the mailing list in the To: header when replying to a mailing
list but mine appear broken. For this list I have:
subscribe [EMAIL PROTECTED]
And whenever I reply. the senders name appears, not the list address.
What's
Dear Sir or Madam,
Please can you advise who I should contact to ask permission to
include http://mutt.mirror.pegasi.net in the Only-Yellow-Pages online directory.
There is no charge, but we do need their permission.
Thanking you in anticipation,
Mary Bridges
Asistant Content Editor
http:/
Neo Sze Wee [27/10/01 13:54 +]:
> thank you.
As long as Smail is up and running there shouldnt be any problem at all.
Mutt doesn't care what is on localhost:25 as long as it exists.
-srs
thank you.
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
50 matches
Mail list logo