Hi,

I couldn't find too much helpful stuff through google or the archives,
so here goes...

I'm trying to construct a fcc-save-hook thingamajig that will save all
outgoing mail into a file, except for mail sent to certain lists etc.

Right now I have:

fcc-save-hook . +sent-mail/sent-mail-`date +%d-%b-%Y`

...which sends all my outgoing mail to
~/Mail/sent-mail/sent-mail-[day-month-year]

Would it work if I added, for instance, these lines:

fcc-save-hook '~C [EMAIL PROTECTED]'
+sent-mail/sent-mail-hackers-`date +%d-%b-%Y`

fcc-save-hook '~C [EMAIL PROTECTED]' 
+sent-mail/sent-mail-hackers-`date +%d-%b-%Y`

fcc-save-hook '~C [EMAIL PROTECTED]' 
+sent-mail/sent-mail-current-`date +%d-%b-%Y`

Basically I just want all mail going to certain lists / people saved in
certain places, and everything else saved in some default place...

Thanks.

-- 
-Munish

Reply via email to