Re: New pending queue GUI

"Todd A. Jacobs" <[email protected]>
Newsgroups gmane.mail.spam.tmda.user
Message-ID <[email protected]>
Jason wrote:

> I'm not able to get it to run on my Mac --
> halfdane:~/Desktop jasonrm$ ./qbrowse.tk 
> Error in startup script: child process exited abnormally
>     while executing
> "exec egrep ^From: $FileName"
>     ("foreach" body line 2)
>     invoked from within
> "foreach FileName [glob *] {
>     set From [exec egrep ^From: $FileName]
>     set Subject [exec egrep ^Subject: $FileName]
>     regsub {^From: } $From {} ..."
>     (file "./qbrowse.tk" line 109)

The error is from exec, which is trying to run egrep. I'm assuming that
you don't have egrep in your path. I've rewritten that section of code
to remove the dependency on egrep, although I still depend on fgrep
elsewhere. Try Revision >=5, and see if that fixes it for you.

-- 
Unabashedly littering the information superhighway with detritus like
this for over 15 years now.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.