Re: .dotlock "can't lock outbox."
On Wed, Feb 21, 2001 at 11:36:21AM +1100, Murray Maxwell Dancey wrote: >My system has decided to give me a new error after using >Mutt simply and easily for 6 months now. > >When sending mail, Mutt reports.. > >"Can't lock /home/murray/Mail/outbox." > >The message sends, but it does not get saved in my outbox. > >Can someone shed some light on why this may have happened? Not that it is necessarily your problem at hand, but did some nervous sysadmin, or config utility (linuxconf), or security proggy (something doing something with the results of a Tripwire scan) decide it was no longer a Good Thing to have mutt_dotlock(1) no longer be suid/sgid to an appropriate UID or GID? Did something change the UID/GID of /home/murray/Mail? Or the mode bits of same? -- Oo---o, Oo---o, O-weem-oh-wum-ooo-ayyy In the jungle, the silicon jungle, the process sleeps tonight. Joe Philipps <[EMAIL PROTECTED]>, http://www.philippsfamily.org/Joe/ public PGP/GPG key 0xFA029353 available via http://www.keyserver.net PGP signature
Re: firewall and proxy
On Mon, Feb 19, 2001 at 09:39:33AM -0600, Craig Neuwirt wrote: > Can mutt be configured to work over a firewall with a proxy server. Mutt needs a r/w file-system for storing mailboxes etc. and a program to send mails to the outside. Normally the latter is sendmail, sendmail should manage to talk to the proxy in order to deliver to the "world" HTH Frank
IMAP: Moving mail between folders in 1.3.15i
Hi, I receive all mail into my IMAP INBOX from where I manually save them to different folders on our IMAP server. The problem is that after I have read the mail and saved it to another folder the message appears there as being marked unread. Is this a misconfiguration on my side? How do I get a message to stay flagged as read after it has been read and moved to another folder? Ciao Charl __ Don't worry. Life's too long. -- Vincent Sardi, Jr. __ [ Charl Matthee ] [ +27-11-721-3800 ] [ Reality Manufacturing ] [ +27-11-405-6508 ] __
IMAP: Auth problems
Hi, I would like to use imap_auth_login as the default way to log into my IMAP server. Unfortunately when I try to connect to the server Mutt detects that my IMAP server can do CRAM-MD5 and keeps on trying that authentication method. Is there a way to implicitly force Mutt to connect to an IMAP server using a specific authentication scheme or can you please add a timeout so that Mutt can skip CRAM-MD5 after x failures and try imap_auth_login (which in my case would succeed)? Ciao Charl __ Don't worry. Life's too long. -- Vincent Sardi, Jr. __ [ Charl Matthee ] [ +27-11-721-3800 ] [ Reality Manufacturing ] [ +27-11-405-6508 ] __
Re: xterm titlebars and status_format or folder-hook
On Wed, Feb 21, 2001 at 05:15:54PM -0500, Rich Lafferty wrote: > Hi -- > > I'd like to tell Mutt to echo the appropriate escape codes to change > xterm's title bar to the name of the current mailbox. I tried > adding them to folder_hook, but the literals "^[" and "^G" get > displayed; I couldn't figure out how to tell a folder-hook to cant > the magic. > > Has anyone solved this problem? you probably cannot, using folder-hook in that way since the message is written via the screen library rather than printing directly. perhaps make the folder hook invoke an external process such as xtermset (I don't know offhand if mutt can do that - the 'exec' command looked promising, but only does internal functions). -- Thomas E. Dickey <[EMAIL PROTECTED]> http://dickey.his.com ftp://dickey.his.com
multiple imap mailboxes
How can I manage multiple imap mailboxes in mutt? I'd like to be able to read each mailbox seperately, perhaps using a convenient way to switch between them. I'd also like to avoid having to re-enter my password each time (even if it means compromising security by keeping cleartext passwords in a local file, though I'd like to avoid that also if possible). And finally, with the setup above, I'd like to be able to move messages from one imap mailbox to another. Is this all possible? I've been reading and re-reading the mutt documentation and I can't seem to get myself to understand the mutt macros, key bindings, folder hooks or whatever it takes to pull of what I need. Any hints which might help configure mutt for my needs would be greatly appreciated. Marc
Re: sort=threads
Well it is sorting by threads, but I remember that it was a collaped thread before, whereas not, it is not. Am I being unclear about all this, or am I looking at a wrong option here ? On Wed, Feb 21, 2001 at 08:16:03PM +0100, Michael Tatge muttered: | Hi Jason! | | Jason Helfman muttered: | > On Tue, Feb 20, 2001 at 07:44:44PM +0100, Michael Tatge muttered: | > | Jason Helfman muttered: | > | > For some reason, not quiet sure why, I am unable to sort by threads... | > | | > | > set sort_aux | > | | > | | > | There's missing a value since $sort_aux is not boolean. | | > I removed that option, and still same result. | | > > > folder-hook . set sort=sent-date | | date-sent isn't it? Nevertheless you should be able to sort a | folder manually. ':set sort=threads' ought to work! | | > > > set strict_threads | | This *could* cause unwanted probs, but shouldn't effect sorting by | threads in generell. | | HTH, | | Michael | -- | Why use Windows, since there is a door? | (By [EMAIL PROTECTED], Andre Fachat) | | PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key -- /Jason G Helfman "At any given moment, you may find the ticket to the circus that has always been in your possession." Fingerprint: 6A32 3774 E390 33B5 8C96 2AA1 2BF4 BD71 35A1 C149 GnuPG http://www.gnupg.org Get Private! 1024D/35A1C149
Re: xterm titlebars and status_format or folder-hook
Well this would not be ideal, but it can be done... Just set a macro to run an xterm with a command to use the title and options to go the right mailbox, maybe this can be done, and maybe it can't. Just aloof suggestion. Too many hours behind terminals, fixing mysqld, and prepping servers for production, i guess. Oh yeah and fun with bash. 13 hours later. That's what you get. On Wed, Feb 21, 2001 at 05:53:59PM -0500, Thomas Dickey muttered: | On Wed, Feb 21, 2001 at 05:15:54PM -0500, Rich Lafferty wrote: | > Hi -- | > | > I'd like to tell Mutt to echo the appropriate escape codes to change | > xterm's title bar to the name of the current mailbox. I tried | > adding them to folder_hook, but the literals "^[" and "^G" get | > displayed; I couldn't figure out how to tell a folder-hook to cant | > the magic. | > | > Has anyone solved this problem? | | you probably cannot, using folder-hook in that way since the message is written | via the screen library rather than printing directly. perhaps make the folder | hook invoke an external process such as xtermset (I don't know offhand if mutt | can do that - the 'exec' command looked promising, but only does internal | functions). | | -- | Thomas E. Dickey <[EMAIL PROTECTED]> | http://dickey.his.com | ftp://dickey.his.com -- /Jason G Helfman "At any given moment, you may find the ticket to the circus that has always been in your possession." Fingerprint: 6A32 3774 E390 33B5 8C96 2AA1 2BF4 BD71 35A1 C149 GnuPG http://www.gnupg.org Get Private! 1024D/35A1C149
Re: sort=threads
Well I found that it is to: folder-hook mutt "push V" folder-hook lugs "push V" Is this wrong? It is still not working, and I've had it working before. On Wed, Feb 21, 2001 at 08:16:03PM +0100, Michael Tatge muttered: | Hi Jason! | | Jason Helfman muttered: | > On Tue, Feb 20, 2001 at 07:44:44PM +0100, Michael Tatge muttered: | > | Jason Helfman muttered: | > | > For some reason, not quiet sure why, I am unable to sort by threads... | > | | > | > set sort_aux | > | | > | | > | There's missing a value since $sort_aux is not boolean. | | > I removed that option, and still same result. | | > > > folder-hook . set sort=sent-date | | date-sent isn't it? Nevertheless you should be able to sort a | folder manually. ':set sort=threads' ought to work! | | > > > set strict_threads | | This *could* cause unwanted probs, but shouldn't effect sorting by | threads in generell. | | HTH, | | Michael | -- | Why use Windows, since there is a door? | (By [EMAIL PROTECTED], Andre Fachat) | | PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key -- /Jason G Helfman "At any given moment, you may find the ticket to the circus that has always been in your possession." Fingerprint: 6A32 3774 E390 33B5 8C96 2AA1 2BF4 BD71 35A1 C149 GnuPG http://www.gnupg.org Get Private! 1024D/35A1C149
Re: decrypt-pipe function
I'd like to see your decryption script, if I may On Wed, Feb 21, 2001 at 10:32:33AM -0800, David T-G muttered: | Hi, all -- | | Is there a decrypt-pipe function anywhere, perhaps in 1.3? I do not see | one in my 1.2.5 version. | | If there isn't, I'd like to see one... I sometimes get attachments in | encrypted email and have to decrypt-copy them to the mailbox before I | can pipe them out to my handling script, when a decrypt-pipe function | would handle it all for me... | | | TIA & HAND | | :-D | -- | David T-G * It's easier to fight for one's principles | (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie | (work) [EMAIL PROTECTED] | http://www.bigfoot.com/~davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg! | -- /Jason G Helfman "At any given moment, you may find the ticket to the circus that has always been in your possession." Fingerprint: 6A32 3774 E390 33B5 8C96 2AA1 2BF4 BD71 35A1 C149 GnuPG http://www.gnupg.org Get Private! 1024D/35A1C149
Re: xterm titlebars and status_format or folder-hook
Hello! This is what my status_cmd patch does. It adds a new variable status_cmd. This is a name of the program that gets called when status line is changed. The program gets two arguments: old status and new status. I also attach my script that I use for this. This script parses the status line and changes the xterm status according to whether there are new messages and other parameters. And I do set status_format="%v: %r %f [%?b?%b mailboxes ,?%M/%m] %?p?[post=%p]? %?n?[N=%n]?%?t?[*=%t]? <%s>" set status_cmd="statuscmd" Hope this helps, MST Quoting r. Thomas Dickey ([EMAIL PROTECTED]) "Re: xterm titlebars and status_format or folder-hook": > On Wed, Feb 21, 2001 at 05:15:54PM -0500, Rich Lafferty wrote: > > Hi -- > > > > I'd like to tell Mutt to echo the appropriate escape codes to change > > xterm's title bar to the name of the current mailbox. I tried > > adding them to folder_hook, but the literals "^[" and "^G" get > > displayed; I couldn't figure out how to tell a folder-hook to cant > > the magic. > > > > Has anyone solved this problem? > > you probably cannot, using folder-hook in that way since the message is written > via the screen library rather than printing directly. perhaps make the folder > hook invoke an external process such as xtermset (I don't know offhand if mutt > can do that - the 'exec' command looked promising, but only does internal > functions). > > -- > Thomas E. Dickey <[EMAIL PROTECTED]> > http://dickey.his.com > ftp://dickey.his.com -- This message content is not part of Intel's views or affairs Michael S. Tsirkin > Four things are to be strengthened: Torah,and good deeds, > prayer and one's good manners (Berachoth) Use vfork instead of fork to speed process creation up diff -u mutt-1.2-rr/curs_main.c mutt-1.2/curs_main.c --- mutt-1.2-rr/curs_main.c Thu May 11 19:07:11 2000 +++ mutt-1.2/curs_main.cThu May 11 19:09:25 2000 @@ -382,7 +382,7 @@ */ int mutt_index_menu (void) { - char buf[LONG_STRING], helpstr[SHORT_STRING]; + char buf[LONG_STRING], helpstr[SHORT_STRING],status_buf[LONG_STRING]=""; int op = OP_NULL; int done = 0;/* controls when to exit the "event" loop */ int i = 0, j; @@ -518,7 +518,22 @@ if (menu->redraw & REDRAW_STATUS) { + static pid_t child=0; menu_status_line (buf, sizeof (buf), menu, NONULL (Status)); + /* If StatusCmd is set, and status line changed, +* call the appropriate command */ + /* only do this if the previous child exited. */ + if (child) { + if (waitpid(child, 0, WNOHANG)) child=0; + } + if (!child && StatusCmd && *StatusCmd && strncmp(buf,status_buf,sizeof (buf))) +{ + strncpy(status_buf,buf,sizeof (buf)); + child=vfork(); + if (!child) { + execlp(StatusCmd,StatusCmd,status_buf,buf,0); + exit(1); + } + } CLEARLINE (option (OPTSTATUSONTOP) ? 0 : LINES-2); SETCOLOR (MT_COLOR_STATUS); printw ("%-*.*s", COLS, COLS, buf); diff -u mutt-1.2-rr/globals.h mutt-1.2/globals.h --- mutt-1.2-rr/globals.h Thu May 11 19:07:13 2000 +++ mutt-1.2/globals.h Thu May 11 19:09:25 2000 @@ -91,6 +91,7 @@ WHERE char *Spoolfile; WHERE char *StChars; WHERE char *Status; +WHERE char *StatusCmd; WHERE char *Tempdir; WHERE char *Tochars; WHERE char *Username; diff -u mutt-1.2-rr/init.h mutt-1.2/init.h --- mutt-1.2-rr/init.h Thu May 11 19:07:15 2000 +++ mutt-1.2/init.h Thu May 11 19:16:12 2000 @@ -1888,6 +1888,20 @@ { "status_chars",DT_STR, R_BOTH, UL &StChars, UL "-*%A" }, /* ** .pp + ** Specifies the command to be executed each time the status line + ** changes. + ** The new status line is passed as the first parameter, + ** the old one as the second parameter. + ** This is useful e.g. to change the xterm window icon title according to the + ** status of the mailbox. + ** The command can parse the status and do more complicated things, for + ** example, bring up a popu menu whenever a new mail arrives, sound a + ** bell etc etc. + */ + { "status_cmd", DT_PATH, R_NONE, UL &StatusCmd, 0 }, + + /* + ** .pp ** Controls the characters used by the "%r" indicator in ** ``$$status_format''. The first character is used when the mailbox is ** unchanged. The second is used when the mailbox has been changed, and #!/usr/intel/bin/perl if (($ENV{TERM} eq "vt100") or ( not defined ($ENV{XMUTT} ) ) ) { exit(1); } #open (TTY, "/dev/tty"); $title=$ARGV[0]; $new=0; @array=split(' ',$title); if ($title =~ /N=([0-9]+)/o) { $new=$1; } $boxes=0; if ($title =~ /([0-9]+) mailboxes/o) { $boxes=$1; } $line=""; if ($new or $boxes) { $line="NEW ".$new."/".$boxes." "; } $array[3] =~ s#.*Mail/##; $line.="MUTT ".$array[3]; #print TTY "]2;$line"; print "]2;$line";
Unbind All?
I know this is probably a longshot (I looked through the archives already and found nothing.) Is there a way to unbind all keys with one, or a small series, of commands? I'm trying to set mutt up so that the only commands bound are ones that I explicitly set. I'm tired of tpyoing a key and ending up in some menu or option that I didn't want. Hopefully, I can find something short of "Unbind each key seperately", but if anyone has a script to do this, that'd work, too. :p -- PGP Key available on Keyservers - UIN: 1878946 ID: 0x81279EE9 - WebPage: http://www.speakeasy.org/~signe Fingerprint: CB63 1EB8 8150 A01A F017 C79B 1DC5 3BFF 8127 9EE9
fuction of mutt, possible, pgp/gpg
When you have a verified a pgp/gpg key once, is it necessary for mutt to ask you to verify it again? -- /Jason G Helfman "At any given moment, you may find the ticket to the circus that has always been in your possession." Fingerprint: 6A32 3774 E390 33B5 8C96 2AA1 2BF4 BD71 35A1 C149 GnuPG http://www.gnupg.org Get Private! 1024D/35A1C149
Re: multiple imap mailboxes
On Wed 21-Feb-2001 at 10:29:22PM -0500, Marc Tardif wrote: > How can I manage multiple imap mailboxes in mutt? I'd like to be able > to read each mailbox seperately, perhaps using a convenient way to > switch between them. Sorry I can't help you, but this reminds me of a feature that I'd like to suggest for imap browsing (hmm, this could be a really stupid idea). I would be nice to create a dummy file or symlink in a mailfolder to an imap mailbox and browse it as if it was just another local mbox or maildir: ln -s imaps:[EMAIL PROTECTED]/INBOX $HOME/Mail/INBOX > I'd also like to avoid having to re-enter my password each time (even > if it means compromising security by keeping cleartext passwords in a > local file, though I'd like to avoid that also if possible). Have a look at imap_pass and imap_user in the manual, you can set these in your muttrc file. > And finally, with the setup above, I'd like to be able to move > messages from one imap mailbox to another. Is this all possible? I think you need to use the full path to the destination imap folder, you can use tab completion to make this easier. In mutt-1.2.* imap paths look like this: {imap.myisp.com/}path/to/folder/ In mutt-1.3.* they look like this: imap:[EMAIL PROTECTED]/path/to/folder/ Bruno -- http://bruno.postle.net/
Re: multiple imap mailboxes
On Wed, Feb 21, 2001 at 10:29:22PM -0500, Marc Tardif wrote: >How can I manage multiple imap mailboxes in mutt? I'd like to be >able to read each mailbox seperately, perhaps using a convenient >way to switch between them. I'd also like to avoid having to >re-enter my password each time (even if it means compromising >security by keeping cleartext passwords in a local file, though >I'd like to avoid that also if possible). And finally, with the >setup above, I'd like to be able to move messages from one imap >mailbox to another. Is this all possible? I solved this like $ cat .muttrc-the #I use IMAP. set spoolfile={[EMAIL PROTECTED]:143}inbox #This is my folder there are many like it but this one is mine. set folder={[EMAIL PROTECTED]:143}inbox. # Le password set imap_pass=foo # All the other settings are in another file. source .muttrc-common $ cat .muttrc-common #We want mailcheck to work, set imap_passive=no #Set up my personal addresses. [..] $ For the switching or simultanious runs, use screen, ksh alias, shell scripts and other stuff like it for running mutt with the -F option e.x. mutt -F .muttrc-the
Re: xterm titlebars and status_format or folder-hook
On Thu, Feb 22, 2001 at 08:53:01AM +0200, Michael S. Tsirkin ([EMAIL PROTECTED]) wrote: > Hello! > This is what my status_cmd patch does. It adds a new variable status_cmd. > This is a name of the program that gets called when status line is changed. > The program gets two arguments: old status and new status. Great! That's got it. And I managed to figure out the equivalent for slrn, so I'm a real happy camper. Thanks! -Rich -- -- Rich Lafferty --- Sysadmin/Programmer, Instructional and Information Technology Services Concordia University, Montreal, QC (514) 848-7625 - [EMAIL PROTECTED] --
Re: Unbind All?
On 2001.02.22, in <[EMAIL PROTECTED]>, "Jay Rossiter / Signe" <[EMAIL PROTECTED]> wrote: > > Is there a way to unbind all keys with one, or a small series, of > commands? I'm trying to set mutt up so that the only commands bound are > ones that I explicitly set. I'm tired of tpyoing a key and ending up in > some menu or option that I didn't want. > > Hopefully, I can find something short of "Unbind each key seperately", > but if anyone has a script to do this, that'd work, too. :p There's not now, but I have a patch to define that permits "unbind" and "unmacro" to do this. See http://home.uchicago.edu/~dgc/mutt/#unbind That patch was for mutt 1.3.2, but might apply on 1.2.5. If you have trouble, let me know and I'll backport it. -- -D.[EMAIL PROTECTED]NSITUniversity of Chicago
search question - aliases
When using "/" to search through my aliases I've noticed that the search won't wrap around to the beginning of the aliases when it reaches the bottom. That seems strange. Is there any way around that? Dan
compiling Mutt on Mac OS X
I'm trying to compile Mutt 1.2.5i on Mac OS X and I'm getting a bunch of warnings in the compilation: In file included from extlib.c:30: lib.h:101: warning: ANSI C forbids const or volatile functions cc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DBINDIR=\"/usr/local/bin\" -DHAVE_CONFIG_H=1 -I. -I. -Iintl -I/usr/local/include -I/usr/local/include -I./intl -Wall -pedantic -g -O2 -c sha1dgst.c In file included from /System/Library/Frameworks/System.framework/Headers/bsd/machine/types.h:30, from /System/Library/Frameworks/System.framework/Headers/bsd/sys/types.h:70, from /System/Library/Frameworks/System.framework/Headers/bsd/stdio.h:64, from sha1dgst.c:59: /System/Library/Frameworks/System.framework/Headers/bsd/ppc/types.h:75: warning: ANSI C does not support `long long' /System/Library/Frameworks/System.framework/Headers/bsd/ppc/types.h:76: warning: ANSI C does not support `long long' In file included from sha_locl.h:59, from sha1dgst.c:63: /System/Library/Frameworks/System.framework/Headers/bsd/stdlib.h:181: warning: ANSI C does not support `long long' /System/Library/Frameworks/System.framework/Headers/bsd/stdlib.h:183: warning: ANSI C does not support `long long' I'm not so worried about the overlapping function names, but I'm a bit concerned with messasges like "ANSI C does not support `long long'". It does compile, and the binary seems to work pretty well. Any thoughts or suggestions are appreciated, thanks! -- Eugene Lee [EMAIL PROTECTED]
Re: Unbind All?
On 02/22, David Champion rearranged the electrons to read: > On 2001.02.22, in <[EMAIL PROTECTED]>, > "Jay Rossiter / Signe" <[EMAIL PROTECTED]> wrote: > > > > Is there a way to unbind all keys with one, or a small series, of > > commands? I'm trying to set mutt up so that the only commands bound are > > ones that I explicitly set. I'm tired of tpyoing a key and ending up in > > some menu or option that I didn't want. > > > > Hopefully, I can find something short of "Unbind each key seperately", > > but if anyone has a script to do this, that'd work, too. :p > > There's not now, but I have a patch to define that permits "unbind" and > "unmacro" to do this. > > See > http://home.uchicago.edu/~dgc/mutt/#unbind > > That patch was for mutt 1.3.2, but might apply on 1.2.5. If you have > trouble, let me know and I'll backport it. The patch worked beautifully on 1.2.5. I'd suggest getting this patch officially added to the source, or at least put on the contrib page. The users of this may be few and far between, but they'll appreaciate it greatly. (As I do.) Thanks. -- PGP Key available on Keyservers - UIN: 1878946 ID: 0x81279EE9 - WebPage: http://www.speakeasy.org/~signe Fingerprint: CB63 1EB8 8150 A01A F017 C79B 1DC5 3BFF 8127 9EE9
Re: compiling Mutt on Mac OS X
At 16:09 -0800 22 Feb 2001, Eugene Lee <[EMAIL PROTECTED]> wrote: > I'm trying to compile Mutt 1.2.5i on Mac OS X and I'm getting a bunch of > warnings in the compilation: > I'm not so worried about the overlapping function names, but I'm a bit I didn't see any of those in the messages you included. > concerned with messasges like "ANSI C does not support `long long'". Those were all in system include files, so there's nothing the mutt developers can do about them. But it's not really anything to worry about. GCC supports "long long" even though it's not part of the ANSI C standard. The warning is there only as a reminder that it isn't portable. Portability isn't really a concern for system includes, where any language extensions used basically become required features for compilers on that system. -- Aaron Schrab [EMAIL PROTECTED] http://www.execpc.com/~aarons/ Vir: Ahh, he has become one with his inner self. Garibaldi: He's passed out. Vir: That too.
Re: your mail
On Mon, Feb 19, 2001 at 09:39:33AM -0600, Craig Neuwirt wrote: >Can mutt be configured to work over a firewall with a proxy server. Yes.
Re: How to do a regexp
On Mon, Feb 19, 2001 at 06:21:58PM -0500, Bruce A. Petro wrote: >Can you point me to some book or doc or man that says things in fairly >plain english as you did??? I'm finding a lot of docs on regexps that >are hard to translate when you are just starting out like me. "man 5 regexp" on HP-UX "man grep" or "man ed" on almost all systems The info. in info on a GNU system (e.g., GNU/Linux) is usually helpful, or failing that, the info within GNUEmacs (providing the info documentation for it was installed/kept on your system). By default, Ctrl-H i gets you into GNUEmacs info mode once in the editor itself. -- Oo---o, Oo---o, O-weem-oh-wum-ooo-ayyy In the jungle, the silicon jungle, the process sleeps tonight. Joe Philipps <[EMAIL PROTECTED]>, http://www.philippsfamily.org/Joe/ public PGP/GPG key 0xFA029353 available via http://www.keyserver.net On Mon, Feb 19, 2001 at 06:21:58PM -0500, Bruce A. Petro wrote: >Many thanks! >Can you point me to some book or doc or man that says things in fairly >plain english as you did??? I'm finding a lot of docs on regexps that >are hard to translate when you are just starting out like me. They >don't seem to say things like: >> The "." means "any character", so ".*" means "any string of characters". > >Also, question: I understand the leading .* based on your remark, but >what about the trailing .* ?? The TO address should always end with t >the ".com" - is there a need for it, or were you just being ultra >cautious to get everything possible? > >THANKS AGAIN! >Bruce. > > >On Sat, Feb 17 03:58AM, Nollaig MacKenzie wrote: >> >> On 2001.02.16 23:23:57, you, >> the extraordinary Bruce A. Petro, opined: >> >> > >> > Hi - I'm new at regexp's and don't know how to do this... >> > >> > The main question is from procmail regexp I did that is >> > not working. I want it to find all mail where the TO: >> > contains "@about.com" ("[EMAIL PROTECTED], [EMAIL PROTECTED]). >> > Any suggestions why its not working? >> > :0: >> > * ^[EMAIL PROTECTED] >> > about.com >> > >> Try: >> >> :0: >> * ^To: .*about.com.* >> about.com >> >> The "." means "any character", so ".*" >> means "any string of characters". >> >> Cheers, N. >> >> -- >> Nollaig MacKenzie <[EMAIL PROTECTED]> >> http://www.amhuinnsuidhe.cx >> Oppose renaming Mt Logan!! http://www.savemtlogan.com -- Oo---o, Oo---o, O-weem-oh-wum-ooo-ayyy In the jungle, the silicon jungle, the process sleeps tonight. Joe Philipps <[EMAIL PROTECTED]>, http://www.philippsfamily.org/Joe/ public PGP/GPG key 0xFA029353 available via http://www.keyserver.net PGP signature