<<< Date Index >>>     <<< Thread Index >>>

Re: Split off crosspostings



On 19-11-2005, at 19h 52'03", Enrico Weigelt wrote about "Split off 
crosspostings"
> 
> Hi folks,
> 
> 
> I sometimes tend to use crosspostings, ie. when asking some 
> question to several maillists - it's just comfortable.
> 
> But it makes problems with mail sorting, replying, etc.
> Not really nice.
> 
> Is there any macro etc. which helps me keeping my lazyness and 
> doing the posting to several lists separately, instead of one 
> mail addressed to all lists ?
> 
> 

for address in list1@xxxxxxxxxxx list2@xxxxxxxxxxx ; do
  cat file.text | mutt -s 'question' $address
done

Ionel