[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scheduler channel/host grouping



Matti Aarnio <mea@nic.funet.fi>
> 		smtp/*.{cn,kr,tw,id,in,hk}

Couldn't this be coded as several patterns with one ser of parameters?

smtp/*.cn
smtp/*.kr
smtp/*.id
smtp/*.in
smtp/*.hk
	interval=....


> 		smtp/*.{nl,be,lu,at,ch}
> 
> 	That is, following will not work:
> 		smtp/*.{edu,ed,ac}.??
> 	(to match all academic sites in several countries with this pattern)

And this one should be possible, too:

smtp/*.edu.??
smtp/*.ed.??
smtp/*.ac.??
smtp/*.edu
	interval=....

--Arnt