Re: be ,,subscribed'' on a mailinglist but not change view of index

2002-10-14 Thread dan radom

* Richard Cattien ([EMAIL PROTECTED]) wrote:
 Hi,
 
 is there a way to be ``subscribed'' on a mailinglist in ~/.muttrc but
 not change the view in the index, say to keep seeing who sent the mail
 to the list?
 
set index_format=%4C %Z %{%b %d} %-30.30F   %-25.25L (%c) %s

will display botht he list and the true sender.  see the muttrc manpage
for more info.

dan



Re: imap issues

2002-10-13 Thread dan radom

* dan radom ([EMAIL PROTECTED]) wrote:
 in the process of playing with imap i noticed something strange.  when opening any 
mailbox, the current highlighted message appears to have the same text, foreground 
and background colors.  in other words it appears as a solid red bar, where it should 
have white text.  if i move to another message sometimes the solid red bar will 
remain on that first message, and the newly selected message also appears 
hihglighted, but displays as it it should.  has anyone seen this before?

this was the problem all along

color index green default '~h ^X-Spam-Status:.*Yes'



Re: imap issues - color issue?

2002-10-13 Thread dan radom

* Sven Guckes ([EMAIL PROTECTED]) wrote:
 so the green on default thing made mutt place
 the red bar at the bottom of the screen?  huh??
 
 Sven  [green things?  it's *gotta* be aliens...]

yup.  when vt100 worked fine i figured it was a runaway color line in muttrc.  i 
commented then out one by one and that was the culprit.  thanks for the help.

dan



Re: imap issues - color of indicator

2002-10-11 Thread dan radom

The terminal apps that I've tested with are xterm and Eterm.  The terminal types I've 
tested with are xterm , xterm-color, screen-w, linux (console) and vt100.  With vt100 
I do not see this problem.  WIth all other term types mentioned I do see it.  This 
same client also reads local mbox files, and I don't have this problem with the local 
files.  

Sven Guckes ([EMAIL PROTECTED]) wrote:
 
 hmm... does this happen on all terminals?  even on the console?



Re: imap issues - color of indicator

2002-10-10 Thread dan radom

this only happens with imap (image at http://radom.org/mutt-imap.png).  you'll notice 
the stuff that's normally highlighted is at the very bottom of the image.  here's my 
color config...

color indicator white red

dan

* Sven Guckes ([EMAIL PROTECTED]) wrote:
 * dan radom [EMAIL PROTECTED] [2002-10-09 21:27]:
  Mutt 1.4i (2002-05-29), Linux 2.4.19 (i686) [using ncurses 5.2]
  in the process of playing with imap i noticed something strange.
  when opening any mailbox, the current highlighted message appears to
  have the same text, foreground and background colors.  in other
  words it appears as a solid red bar, where it should have white text.
 
 this happens on imap folders only?
 and why is there color when mutt's
 default is to show no color at all?
 so what is your color configuration?
 
 does the same happen with mutt
 linked to slang (1.4.6 now)?
 
 this following works fine for me:
   color indicator white red
 perhaps your setup is using
 some default color there?
 
  if i move to another message sometimes the solid red
  bar will remain on that first message, and the newly
  selected message also appears hihglighted, but displays
  as it it should.  has anyone seen this before?
 
 no.  then again, i don't use imap.  ;-)
 
  Cc: [EMAIL PROTECTED]
 
 please - don't CC yourself -
 especially when sending to
 a mailing list.  some people
 never get it right with
 group-reply vs list-reply...
 
 use Bcc: self - or set copy
 along with set record=!.
 
  Mail-Followup-To: [EMAIL PROTECTED], [EMAIL PROTECTED]
 
 so you're another one of those who
 are not subscribed to this list?
 
 Sven
 
 -- 
 Sven Guckes  [EMAIL PROTECTED]   S-Lang  1.4.6 [2002-10-07]
 ftp://ftp.fu-berlin.de/unix/misc/slang/v1.4/  used eg by these programs:
 SLANG 605347 Oct 7 20:37 slang-1.4.6.tar.bz2   jed (editor), most (pager),
 SLANG 772503 Oct 7 20:37 slang-1.4.6.tar.gz   mutt (mailer), slrn (newsreader).




imap troubles

2002-10-09 Thread dan radom

I've nuilt mutt with imap and ssl support, but when i start it and try to connect to 
any imaps server it tells me that SSL in unavailable.  I don't understand whu it 
thinks SSL is unavaiable.

(%:~)- ldd /usr/local/bin/mutt |egrep '(crypto|ssl)'
libssl.so.2 = /lib/libssl.so.2 (0x4005c000)
libcrypto.so.2 = /lib/libcrypto.so.2 (0x40089000)

I can also connect to the imaps server using all 3 SSL protocols using command line 
openssl tools

openssl s_client -host mars -port 993 -verify -debug -tls1
verify depth is 0
CONNECTED(0003)
write:errno=104

ssl2 and ssl3 report the same thing.


Mutt 1.4i (2002-05-29)
Copyright (C) 1996-2001 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.4.19 (i686) [using ncurses 5.2]
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  
+USE_FCNTL  -USE_FLOCK
-USE_POP  +USE_IMAP  -USE_GSS  +USE_SSL  -USE_SASL  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+HAVE_PGP  -BUFFY_SIZE -EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  
++HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_GETSID  +HAVE_GETADDRINFO  
-ISPELL


any ideas why this isn't wokrking?

dan



imap issues

2002-10-09 Thread dan radom

in the process of playing with imap i noticed something strange.  when opening any 
mailbox, the current highlighted message appears to have the same text, foreground and 
background colors.  in other words it appears as a solid red bar, where it should have 
white text.  if i move to another message sometimes the solid red bar will remain on 
that first message, and the newly selected message also appears hihglighted, but 
displays as it it should.  has anyone seen this before?

thanks,

dan

Mutt 1.4i (2002-05-29)
Copyright (C) 1996-2001 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.4.19 (i686) [using ncurses 5.2]
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  
+USE_FCNTL  -USE_FLOCK
-USE_POP  +USE_IMAP  -USE_GSS  -USE_SSL  -USE_SASL  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+HAVE_PGP  -BUFFY_SIZE -EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  
++HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_GETSID  +HAVE_GETADDRINFO  
-ISPELL
SENDMAIL=/usr/sbin/sendmail
MAILPATH=/var/mail
PKGDATADIR=/usr/local/share/mutt
SYSCONFDIR=/usr/local/etc
EXECSHELL=/bin/sh
-MIXMASTER
To contact the developers, please mail to [EMAIL PROTECTED].
To report a bug, please use the flea(1) utility.




imap troubles

2002-10-09 Thread dan radom

I've nuilt mutt with imap and ssl support, but when i start it and try to connect to 
any imaps server it tells me that SSL in unavailable.  I don't understand whu it 
thinks SSL is unavaiable.

(%:~)- ldd /usr/local/bin/mutt |egrep '(crypto|ssl)'
libssl.so.2 = /lib/libssl.so.2 (0x4005c000)
libcrypto.so.2 = /lib/libcrypto.so.2 (0x40089000)

I can also connect to the imaps server using all 3 SSL protocols using command line 
openssl tools

openssl s_client -host mars -port 993 -verify -debug -tls1
verify depth is 0
CONNECTED(0003)
write:errno=104

ssl2 and ssl3 report the same thing.


Mutt 1.4i (2002-05-29)
Copyright (C) 1996-2001 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.4.19 (i686) [using ncurses 5.2]
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  
+USE_FCNTL  -USE_FLOCK
-USE_POP  +USE_IMAP  -USE_GSS  +USE_SSL  -USE_SASL  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+HAVE_PGP  -BUFFY_SIZE -EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  
++HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_GETSID  +HAVE_GETADDRINFO  
-ISPELL


any ideas why this isn't wokrking?

dan



Re: Sending Mails out of mutt to mailhub

2002-05-14 Thread dan radom

You cannot have sendmail and ssmail listening on port 25.  only one or the other.  
fetchmail doesn't have to pass mail off to a MTA like sendmail.  It can be configured 
to pass mail directly to a MDA like procmail.  If you're using the built in pop 
capabilities of mutt, you really don't need fetchmail.  Fetchmail doesn't really need 
sendmail, but it sounds like maybe your mackage manager believes it does.  My 
suggestion is to either stop sendmail from starting automatically if you're going to 
use mutt's pop capabilities, and either use ssmail to send mails, or configure 
sendmail to relay off of another server (DSmail.yourisp.com in sendmail.cf).  Either 
way it should work, and fetchmail doesn't have to deliver mail to a MTA.

dan


* Kanagesh ([EMAIL PROTECTED]) wrote:
 Hi,
 
 I am trying to use mutt to connect to a mailserver and receive/send
 mails.  I have configured
 mutt for pop and I am albe to connect to the mailserver, access my
 mailbox and view my
 mails.  However, I am not able to send mails from my system.  From what
 I have read, I
 believe mutt internally uses Sendmail to send the mails out.  I am
 looking at a simple e-mail
 application which just allows me to read and write mails (no queueing,
 postponing messages..)
 And I did read that for a simple use like this one, there was a
 suggestion to use ssmtp, which
 would just transfer the mail to the mailhub (i.e. my mail server) to do
 the delivery of the mail.
 I tried using ssmtp with mutt, but to no avail.  The mails were still
 being sent out through Sendmail.
 So I uninstalled sendmail (and the applications which depend on sendmail
 - like fetchmaill).
 Now when I try to send mail from mutt, it says that Error sending mail,
 child exited (127)
 
 How do I get mutt to work with ssmtp?
 
 In the Muttrc file in the mutt directory  (I am running mutt from it's
 directory itself, i haven't done
 a make install after having compiled the application)  I have an entry,
 telling mutt to use ssmtp as:
 
 set sendmail=/usr/local/bin/sbin/ssmtp
 
 I am running Redhat Linux 7.1
 
 I would be grateful to any suggestion I receive to solve this problem.
 Thanks in advance.
 
 Regards,
 Kanagesh



Re: How to define mailboxes ?

2002-05-11 Thread dan radom

* Michael Seiwert ([EMAIL PROTECTED]) wrote:
 
 Hi,
 
 how to define imap mailboxes ???


mailboxes `ls -1 /home/graffix/mail/* |egrep -v '(gz|drafts|sent)' | tr '\012' ' '`

that's how i define them.  the -1 and |tr isn't really necessary, as ls outputs 
differently to a term then it does to an application.

dan 



Re: How to define mailboxes ?

2002-05-11 Thread dan radom

that's what happens when i send email before that first cup of coffee.

dan

* Michael Seiwert ([EMAIL PROTECTED]) wrote:
 *On Sat, May 11, 2002 at 08:15:56AM -0600, dan radom wrote:
  * Michael Seiwert ([EMAIL PROTECTED]) wrote:
   
   Hi,
   
   how to define imap mailboxes ???
  
  
  mailboxes `ls -1 /home/graffix/mail/* |egrep -v '(gz|drafts|sent)' | tr '\012' ' '`
  
  that's how i define them.  the -1 and |tr isn't really necessary, as ls outputs 
differently to a term then it does to an application.
  
 
 
 Hi,
 
 I think that isn't the way you could to with imap mailboxes.
 
 Regards
 
 Micha 



Re: running mutt behind a firewall

2002-04-21 Thread dan radom

You can also set my_hdr From: and set envelope_from and not have to mess with 
sendmail.  It doesn't need to be listening for connections to send mail.  It will 
invoke itself when needed.  If you can send mail through your firewall, so can 
sendmail.

dan

* Russell Hoover ([EMAIL PROTECTED]) wrote:
 Hey mutt users, I'm putting this question to the list for a friend.
 (Let me know if any more info is needed for help
 with answers/suggestions):
 
 How can I configure mutt to communicate directly with a POP server
 and SMTP server outside of my local network.  I'm running Linux
 behind a firewall and do not wish to configure sendmail locally.
 Thanks in advance for any suggestions.



Re: outgoingmail

2002-04-03 Thread dan radom

you can probably just get by with setting a smart relay in 
sendmail...DSsomesmtp.yourisp.com

dan

* Johannes Breu ([EMAIL PROTECTED]) wrote:
 I can get mails from my POP-server using mutt but I am not able to send
 mails. I think is due to unsuccessfull configuration of sendmail. So
 this is my question: How do I configure sendmail? I just want sendmail
 to know my SMTP-server. Nothing more. If it is important: my computer is
 stably integrated in an network.
 
 If you can help me please say I exactly wih which commands I need to
 configure sendmail. I really got angry with that.



Re: How to bind esct to pager as it's done to index?

2002-03-02 Thread dan radom

well home and end are bound as well, but neither of those have worked in a long time.

* parv ([EMAIL PROTECTED]) wrote:
 in message [EMAIL PROTECTED], 
 wrote Charles Jie thusly...
 
 ...
  I tried:
  
  bind pager esct tag-thread
  
  I tried again:
  
  macro pager esct tag-thread
  
  . It got wrong action though I can see it right with '?'.
  . It just tags a single message and prompts me to define an alias.
  
  * How do people do to bind such 'ESC t' or alt-t key?
  
  (I use mutt-1.3.27i + patch.vvv.nntp)
 
 
 i am also using 1.3.27i version, but i don't see tag-thread action
 in help in pager context, only tag-message.  are you sure that,
 by chance you didn't see tag-thread in index context?
 
 however, if an action is valid, then the above bind syntax
 will/should work.



Re: My Mutt Won't Bark

2002-03-02 Thread dan radom

you want ...

set mbox = ~/Mail/inbox
and
mailboxes `echo ~/mail/*`

and 1.3.22i has a remote security expliot.  grab 1.3.27i.

dan

* Jerry Van Brimmer ([EMAIL PROTECTED]) wrote:
 SuSe 7.3, Mutt 1.3.22.1i (2001-08-30)
 
 Mutt newbie here, starting to be a frustrated Mutt newbie. The docs say that
 Mutt should work out-of -the-box. Well, mine don't. I installed the one off of
 the SuSe DVD, which doesn't create me a .muttrc file. So, I went to the Mutt
 home page, then to the muttrc file generator page and got my initial muttrc
 file. I have entered my personal data into the file. But, I cannot get mutt to
 read my mail. In my home directory I have:
 
 /home/jerry/Mail
 /home/jerry/Mail/inbox
 /home/jerry/Mail/suse-linux
 
 Here's a snippit from my .muttrc file:
 
 # Folder and Mailbox ##
 set write_inc = 10
 set sort_browser = alpha
 set record = 
 set pipe_split = no
 set pipe_decode = no
 set pipe_sep = \n
 set move = ask-no
 set mask = !^\\.[^.]
 set mbox = ~/mbox
 set mbox_type = mbox
 set mh_purge = no
 set confirmappend = yes
 set confirmcreate = yes
 set copy = yes
 set default_hook = ~f %s !~P | (~P ~C %s)
 set fcc_attach = yes
 set fcc_clear = no
 set folder = ~/Mail
 set folder_format = %2C %t %N %F %2l %-8.8u %-8.8g %8s %d %f
 set force_name = no
 
 
 The problem is, every time I start up Mutt it says: Mutt:-(no mailbox)
  
 No such file or directory
 
 I have downloaded my mail with fetchmail into my suse-linux box. How do I get
 Mutt to read it?
 
 Thanks for advice,
 Jerry



tagging messages based on date

2002-02-15 Thread dan radom

Fellow mutt lovers,

I'm wondering if mutt has the ability to tag messages based on a date range.  I'm 
specifically looking to tag all messages received from say 1.1.2002 to 1.31.2002.

dan



Re: tagging messages based on date

2002-02-15 Thread dan radom

Hmmm.  IAfter reading the muttrc man page I'm not sure why this isn't working.  I'm 
doing T~r02/02/2002-02/05/2002 and even T~r02/02-/02/05 which should both work.  mutt 
1.3.27i.

dan

* Christopher S. Swingley ([EMAIL PROTECTED]) wrote:
 Dan,
 
  I'm wondering if mutt has the ability to tag messages based on a date 
  range.  I'm specifically looking to tag all messages received from say 
  1.1.2002 to 1.31.2002.
 
 Say
 
 T~r01/01/2002-01/31/2002
 
 man muttrc
 
 Chris
 -- 
 Christopher S. Swingley phone: 907-474-2689
 Computer / Network Manager  email: [EMAIL PROTECTED]
 IARC -- Frontier ProgramGPG and PGP keys at my web page:
 University of Alaska Fairbanks  www.frontier.iarc.uaf.edu/~cswingle



Re: mailboxes command confusion.

2002-01-10 Thread dan radom

mailboxes `ls -l /home/graffix/mail/* |awk '{print $9}' |egrep -v '(gz|drafts|sent)' | 
tr '\012' ' '`

I uswe the above to catch everything in my mail directory with the exception of 
drafts, sent and anything that's been archived (gzipd).

dan

* Nick Wilson ([EMAIL PROTECTED]) wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 Hi there
 I've been reading about the 'mailboxes' command used to specify which
 files recieve mail. I *really* need to be using it but can't work out
 the syntax.
 
 Two of my mailboxes as examples look like this...
 
 ~Mail/Lists/mutt-users
 ~Mail/Lists/procmail
 
 Would someone please give me an example of it's usage?
 
 Thanks a lot
 - -- 
 
 Nick Wilson
 
 Tel:  +45 3325 0688
 Fax:  +45 3325 0677
 Web:  www.explodingnet.com
 
 
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE8PfWxHpvrrTa6L5oRApPNAJ0YxoZAL1O4qSZ2St2Xp4RFM5S2ewCfZ2gO
 7s3H/YmiPTSIgTOQ7D53bxg=
 =+2P9
 -END PGP SIGNATURE-



Re: mailboxes command confusion.

2002-01-10 Thread dan radom

the reason is i wasn't aware of the -1 option for ls.  am now :)  thanks

 Just curious...  Is there any reason that you're using
 
   ls -l | awk
 
 instead of a simple
 
   ls -1



macro usage within editor

2002-01-10 Thread dan radom

Is it possible to create a macro that can be used when composing an email?  I like to 
trim my emails as much as possible, and a macro to send :.,$d to vi would be helpful.  
can that be done?

dan



Re: PGP

2001-10-28 Thread dan radom

download the source.  it's in the contrib/ directory.

dan

* Stephen E. Hargrove ([EMAIL PROTECTED]) wrote:
 when i click on on anything, it presents me with the exact same directory structure. 
 it's been doing this for 2 days now.  anyone know where i can get a copy of gpg.rc?



Re: [Announce] mutt-1.3.23i is out (BETA).

2001-10-25 Thread dan radom

is there a 1.3.23 manual available?

* Thomas Roessler ([EMAIL PROTECTED]) wrote:
 I've just released the next mutt beta. This version fixes a bunch 
 of bugs found during the last weeks. Some of the more interesting 
 changes, in no particular order:



what happened to my keybindings

2001-08-07 Thread dan radom

i recently upgraded fro 1.2.5i to 1.3.20i, and i've noticed that my home and end 
keybindings no longer work.  the inline keybinding help still shows these two keys as 
bound.  is this a bug?

dan



Re: outgoing mail over localhost port 25 ssh tunnel

2001-08-01 Thread dan radom

Suresh,

Could you maybe provide me with a little more details?  Here's what I've done so far..

# my headers
my_hdr From: dan radom [EMAIL PROTECTED]
my_hdr Reply-To: dan radom [EMAIL PROTECTED]
set realname = dan radom
set envelope_from

Here's what sendmail now says...

saturn:~$ mailq
/var/spool/mqueue (1 request)
Q-ID --Size-- -Q-Time- Sender/Recipient
f71Frmi016544 Wed Aug  1 09:53 [EMAIL PROTECTED]
 (Deferred: ns3.redback.com.: Network is unreachable)
   [EMAIL PROTECTED]

saturn:~$ ping -c 1 ns3.redback.com  
PING ns3.redback.com (155.53.1.2) from 63.36.106.40 : 56(84) bytes of data.
64 bytes from ns3.redback.com (155.53.1.2): icmp_seq=0 ttl=241 time=209.436 msec

saturn:~$ sudo cat /var/spool/mqueue/qff71Frmi01654
Password:
V4
T996681228
K996681229
N1
P30316
I3/9/20404
MDeferred: ns3.redback.com.: Network is unreachable
Fb
$_graffix@localhost
[EMAIL PROTECTED]
RPFD:[EMAIL PROTECTED]
H?P?Return-Path: g
H??Received: (from graffix@localhost)
by saturn.radom.org (8.11.2/8.11.2) id f71Frmi01654
for [EMAIL PROTECTED]; Wed, 1 Aug 2001 09:53:48 -0600
H??X-Authentication-Warning: saturn.radom.org: graffix set sender to 
[EMAIL PROTECTED] using -f
H??Date: Wed, 1 Aug 2001 09:53:48 -0600
H??From: dan radom [EMAIL PROTECTED]
H??To: [EMAIL PROTECTED]
H??Subject: testing
H??Message-ID: 20010801095348.D1491@saturn
H??Reply-To: dan radom [EMAIL PROTECTED]
H??Mime-Version: 1.0
H??Content-Type: text/plain; charset=us-ascii
H??Content-Disposition: inline
H??User-Agent: Mutt/1.3.20i


Where am I going wrong?  Thanks for the help.

Dan

* Suresh Ramasubramanian ([EMAIL PROTECTED]) wrote:
 *[dan radom on Tue, Jul 31, 2001 at 10:59:17AM -0600]:
  Is there any reason why I couldn't use ssh port forwarding to forward
  locahost 25 to a remote smtp server?  I'm constantly connectiong to different
  networks, and reconfiguring sendmail everytime to masq as another domain isn't
  a very good option.  
 
 You need not masq sendmail at all... set the envelope in your muttrc (set
 alternates or my_hdr from based on folder hooks, and set envelope_from)
 
 Your sendmail can masq as localhost.localdomain for all mutt cares - it simply
 does a sendmail -f to set the envelope sender.
 
  On another nonmutt related issue how would fetchmail react to that port 25
  forwarding?  I suppose I could have fetchmail deliver mail directly to my MDA.
  Has anyone set something like this up?



outgoing mail over localhost port 25 ssh tunnel

2001-07-31 Thread dan radom

Is there any reason why I couldn't use ssh port forwarding to forward locahost 25 to a 
remote smtp server?  I'm constantly connectiong to different networks, and 
reconfiguring sendmail everytime to masq as another domain isn't a very good option.  
On another nonmutt related issue how would fetchmail react to that port 25 forwarding? 
 I suppose I could have fetchmail deliver mail directly to my MDA.  Has anyone set 
something like this up?

Thanks,

Dan



(index/pager)_format size display

2001-07-27 Thread dan radom

Is it possible to display the message size in a more human readable format than bytes? 
 I'd like to see something like 20K or 3.3M if possible.

Dan



archiving mail folders

2001-07-14 Thread dan radom

I've got several mbox format mailboxes I want to archive monthly.  I've come up with 
the following shell script to run from cron, but I'm not sure there isn't a better way 
to go about this.  Here's the script..

#!/bin/sh
maildir=/home/graffix/mail
for x in $maildir/lug $maildir/support $maildir/mutt-users $maildir/procmail
do tar czfp $x-`date '+%m-%Y'`.tar.gz $x ; cp /dev/null $x
done


My main concern is that mutt might be in the process of writing to a mbox when cron 
fires off the script.  I'm guessing that could create some problems and possibly even 
lost email.  Anyone have a better suggestion?

Dan



Re: archiving mail folders

2001-07-14 Thread dan radom

Mark,

That sounds like exactly what i'm looking for.  If I understand you correctly this 
will copy all messages into $MAILDIR/Archives/`date whatever`, and also allows it to 
pass through the remainder of my procmail rules for a match?  I could also modify the 
rule to copy messages to $MAILDIR/Archives/mutt-users--MM, which would be exactly 
what I'm looking for.  Thanks.

Dan

* Mark Ferlatte ([EMAIL PROTECTED]) wrote:
 I use a procmail rule for that:
 
 :0 c :
 $MAILDIR/Archive/`date +%Y-%m`
 
 Which copies all incoming mail into a -DD mbox format mailbox, and
 then lets the message continue through any other rules that I have. 
 
 Works For Me (tm).
 
 M
 
 On Sat, Jul 14, 2001 at 08:34:26AM -0600, dan radom wrote:
  I've got several mbox format mailboxes I want to archive monthly.  I've come up 
with the following shell script to run from cron, but I'm not sure there isn't a 
better way to go about this.  Here's the script..
  
  #!/bin/sh
  maildir=/home/graffix/mail
  for x in $maildir/lug $maildir/support $maildir/mutt-users $maildir/procmail
  do tar czfp $x-`date '+%m-%Y'`.tar.gz $x ; cp /dev/null $x
  done
  
  
  My main concern is that mutt might be in the process of writing to a mbox when 
cron fires off the script.  I'm guessing that could create some problems and possibly 
even lost email.  Anyone have a better suggestion?
  
  Dan



Re: customized folders

2001-06-28 Thread dan radom

You should use procmail or maildrop to filter your mail.

Dan

* GARGIULO Eduardo INGDESI ([EMAIL PROTECTED]) wrote:
 Hi all.
 
 I need to *automagically* save email messages (after read) from
 diferent lists to diferent files or folders based on recipient 
 addresses (To or CC). How can I configure mutt to do it.
 
 thanks
 
 --yapedu



folder-hook sort strangeness

2001-06-26 Thread dan radom

My folders are being sorted using folder-hook . set sort=threads in ~/.muttrc.  What 
I've noticed is that new messages that aren't part of a thread are sorted by date 
received.  This morning I received a messsage that became message number 1 in that 
folder for some reason, and I'm not sure why.  Can anyone shed some light as to why 
all messages seem to get sorted by thread then date received except for this one?

Dan



Re: folder-hook sort strangeness

2001-06-26 Thread dan radom

you are correct...i should have noticed that...

Date: Tue, 27 Jun 1989 13:38:04 -0700

thanks!

Dan

* Dan Boger ([EMAIL PROTECTED]) wrote:
 On Tue, Jun 26, 2001 at 09:43:17AM -0600, dan radom wrote:
  My folders are being sorted using folder-hook . set sort=threads in ~/.muttrc.  
What I've noticed is that new messages that aren't part of a thread are sorted by 
date received.  This morning I received a messsage that became message number 1 in 
that folder for some reason, and I'm not sure why.  Can anyone shed some light as to 
why all messages seem to get sorted by thread then date received except for this one?
 
 Just guessing, whoever wrote that message has the wrong time on his box
 (like 1999 or something), so mutt thought it was a very very old message...
 I'd look in the headers, see if the date's correct.
 
 -- 
 Dan Boger
 Linux MVP
 brainbench.com



macro to delete large attachments

2001-04-24 Thread dan radom

I get lots of email with large attachments.  Some are important and some I don't need. 
 What I would like to do is have a macro that will delete larger (bigger than x) 
attahcments.  Procmail isn't an option sine I will need some of the attachments.  Is 
this possible with mutt and where would I start to accomplish this goal?

Dan



Re: Finding new mail

2001-04-14 Thread dan radom

use the mailboxes directive to turn on notifications for mailboxes.  here's mine...

mailboxes `echo $HOME/mail/* | tr " " "\n" | grep -Ev "sent" | tr "\n" " "` 
/var/spool/mail/graffix

that allows notifications for "/var/spool/mail/graffix" and everythig in "$HOME/mail/" 
except for the sent folder.

dan

* CB ([EMAIL PROTECTED]) wrote:
 Currently, I can find new mail when I press "c" and I look at the modify
 date/time of the list of folders.  Another mutt user told me that when I
 receive new mail, the bottom status line should tell me that I have
 received new mail.  It does not.  I suspect this is because I run
 procmail in daemon mode, so mutt cannot know (unless it was constantly
 checking the timestamp).  Is this correct?
 
 Also, when I press the "c" key, he told me I should get a list of
 folders with new mail.  Instead, I get the entire list.  I have it
 sorted reverse date, so I just use my thinking cap and figure out where
 the new messages are (that and a tail -f procmaillog in the next
 window).  But I would like to make it work the way he described.  Again,
 is running procmail as a daemon causing this to not work properly?
 -- 
 Blue skies... Todd
 | Get a bigger hammer!   |  Sometimes you get what you want.  |
 | http://www.mrball.net  |  Sometimes you get experience. |
 | http://faq.mrball.net  | --unknown origin   |



mailboxes

2001-04-02 Thread dan radom

I'm defining mailboxes in ~/.muttrc as follows...

mailboxes `echo $HOME/mail/*` /var/spool/mail/graffix

...that works fine for displaying notifications about new messages in those folders.  
the problem is is that $HOME/mail/* includes sent (set record=~/mail/sent), and i'd 
rather not get notifications for new messages in the sent folder.  it doesn't look 
like i can replace the mailboxes echo with something like `echo $HOME/mail/* |grep -v 
sent` sa the output of the echo command is all on one line.  Is there any way to not 
get notifications of new messages in sent, while not having to specify every single 
mailbox for the mailboxes directive in .muttrc?

thanks,

dan



Re: mailboxes

2001-04-02 Thread dan radom

sorry to reply to my own message, but i think i may have figured it out.  

ls -al $HOME/mail/* |awk '{print $9}' |grep -v sent
produces
/home/user/mail/inbox
/home/user/mail/mutt-users
and so on.  is there any reason that i couldn't replace the echo command with the ls 
-al one for my mailboxes directive in .muttrc?

* dan radom ([EMAIL PROTECTED]) wrote:
 I'm defining mailboxes in ~/.muttrc as follows...
 
 mailboxes `echo $HOME/mail/*` /var/spool/mail/graffix
 
 ...that works fine for displaying notifications about new messages in those folders. 
 the problem is is that $HOME/mail/* includes sent (set record=~/mail/sent), and i'd 
rather not get notifications for new messages in the sent folder.  it doesn't look 
like i can replace the mailboxes echo with something like `echo $HOME/mail/* |grep -v 
sent` sa the output of the echo command is all on one line.  Is there any way to not 
get notifications of new messages in sent, while not having to specify every single 
mailbox for the mailboxes directive in .muttrc?
 
 thanks,
 
 dan