Giorgian --

...and then giorgian said...
% 
% ok, now everything seems to work.
% 
% but i still have 3 questions:

You should have started a new thread :-)


% 
% 1) when i reply to someone in this list, mutt chooses someone's email,
%    while i'd like to reply to [EMAIL PROTECTED] What can i do?

Use the list-reply function, bound by default to 'L'.  See the manual,
and particularly the 'subscribe' command, for more info.


% 
% 2) this is what i see at the beginning of your email:
% 
% [-- PGP output follows (current time: Fri Dec 21 14:27:01 2001) --]
% gpg: Signature made Fri Dec 21 14:04:25 2001 CET using DSA key ID 7B9F4700
% gpg: Can't check signature: public key not found
% [-- End of PGP output --]
% 
% what is the problem?

It looks like you can't find my key.  What keyserver do you use?  I
attempted to send my key to

  keyserver wwwkeys.eu.pgp.net
  #keyserver wwwkeys.us.pgp.net
  #keyserver wwwkeys.pgp.net
  #keyserver certserver.pgp.com
  #keyserver pgp.ai.mit.edu
  #keyserver keyserver.net
  #keyserver search.keyserver.net

after I created it, though I know that some (notably MIT's) failed.  If
yours is not on this list, I'd like to add it.  In the meantime, you can
also surf over to 

  http://justpickone.org/davidtg/code.pgp.html

and copy it yourself.


% 
% 
% 3) when i receive an email, i'd like to know, and i'd like also to
%    know what i received and where it is...
%    can i tell procmail to do something (xmessage or whatelse)
%    according to the various rules?

I'm not sure what you mean here...  Do you want immediate notification of
its arrival a la biff or newmail (perhaps this is what xmessage does) or
do you want to know when and to where your mail was delivered for anaysis
later?

mutt can handle the former case directly; see the 'mailboxes' command in
the manual (and note that any other notification program, like those
noted above, musy be turned off!).  For the latter, I use some aliases:

  zero] [9:29am] ~>  alias sf
  c; cat $HOME/.procmail/.mail.log!* | egrep -v procmail:
  [zero] [9:29am] ~>  alias sft
  sf | tail
  [zero] [9:29am] ~>  alias sfu
  egrep '^  Folder' /home/davidtg/.procmail/.mail.log!* | \
    awk 'BEGIN {s=0} {s+=1;print $1,$2} END {print s}' | sort -u
  [zero] [9:29am] ~>  alias sfdu
  (cd $HOME/.procmail ; ls -lFo .mail.log.date!*);date \
    +The\ current\ date\ is:%t%t\ %h\ %e\ %H:%M ; echo "" ; sfu !*

which generate output about like

  [zero] [9:30am] ~>  sft
   Subject: Re: [suse-security] pop3 server
    Folder: F.suse                                                         3773
  lbdb-fetchaddr: lbdb-fetchaddr: No such file or directory
  From [EMAIL PROTECTED] Fri Dec 21 14:25:43 2001
   Subject: The Daily Graoner - The Final Holiday Jokes!!
    Folder: F.funnies                                                      3815
  lbdb-fetchaddr: lbdb-fetchaddr: No such file or directory
  From [EMAIL PROTECTED] Fri Dec 21 14:29:41 2001
   Subject: Get Your Freebies - Free Reese's Sample, Free Money & more...
    Folder: /home/davidtg/Mailbox                                                  9195

and

  [zero] [9:30am] ~>  sfdu
    -rw-r--r--   1 davidtg         0 Dec  1 00:01 .mail.log.date
    The current date is:             Dec 21 09:30
    
    9572
    Folder: /home/davidtg/Mailbox
    Folder: /home/davidtg/www/private/fax/fax-convert.sh
    Folder: /usr/bin/formail
    Folder: F.HTMLFluffStuff
    Folder: F.bb
    Folder: F.dns
    Folder: F.empeg
    Folder: F.ezmlm
    Folder: F.funnies
    Folder: F.gcc-help
    Folder: F.jobs
    Folder: F.lists
    Folder: F.log
    Folder: F.magick
    Folder: F.mutt
    Folder: F.news
    Folder: F.qmail
    Folder: F.recipes
    Folder: F.redhat.kickstart
    Folder: F.redhat.piranha
    Folder: F.remind
    Folder: F.ricochet
    Folder: F.root
    Folder: F.spam
    Folder: F.spamassassin
    Folder: F.stories
    Folder: F.success
    Folder: F.supremegall
    Folder: F.suse
    Folder: F.taxinfo
    Folder: F.toasters
    Folder: F.url
    Folder: F.vim
    Folder: F.vnc
    Folder: F.win4lin
    Folder: F.zips


% 
% thank you

HTH & HAND


% 
% --
% giorgian
%     


:-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.justpickone.org/davidtg/    Shpx gur Pbzzhavpngvbaf Qrprapl Npg!

Attachment: msg21819/pgp00000.pgp
Description: PGP signature

Reply via email to