* Volker Kuhlmann <[EMAIL PROTECTED]> [2002-04-04 00:29]:
> Is it possible to combine
> fcc-save-hook  (.*adsl.*@(lists.|)unixathome.org)         =adsl-List
> fcc-save-hook '~f [EMAIL PROTECTED] ~s adsl' =adsl-List
> fcc-save-hook '~t [EMAIL PROTECTED] ~s adsl' =adsl-List
> on a single line, preferably with writing out each regexp only once?
> Can at least the last 2 lines be combined into 1?

hmm... - does this list rewrite the sender
thus sending all mails as "From: majordomo"?
in that case replace the maillist software!

however, if there is a special address for the distribution
(like usual) then it should be as simple as this:

  fcc-save-hook '~C [EMAIL PROTECTED]' =ADSL

But if you just want so save *some* mails from the list
which happen to have "adsl" in the Subject line
then of course you *need* the "~s adsl", too:

  fcc-save-hook '~C adsl-list@listsunixat ~s adsl'  =ADSL

as you can see, you do not have to specify the complete
domain part - just some unique part within.

damn, i tried to take guesses again.  what a waste of time!

Sven

-- 
Note to experienced users: Please don't encourage anti-support behavior.
Don't try to answer questions from users who don't provide the necessary
information. Guessing what they did is an incredible waste of time. (DJB)

Reply via email to