Hi All,

 

One of our users is requesting a batch of e-mail aliases ranging from:

j10...@domain.com to j10...@domain.com

 

I made the following regexp which kind of does the trick:

 

/j10[0-3][0-9][0-...@domain\.com/ thisaddr...@domain.com

 

But this adds the range of j10300 to j10399 which isn't wanted.
So I tried the following regexp:

 

/j(10001..10300)\...@domain\.com/ thisaddr...@domain.com

 

But that's not working.... 

 

What am I doing wrong? Any help is appreciated!


Regards,

 

- 

Marco van Kammen
Springer Science+Business Media
System Manager & Postmaster 

- 

van Godewijckstraat 30 | 3311 GX
Office Number: 05E21 
Dordrecht | The Netherlands 

-  

tel 

 +31(78)6576446

fax 

 +31(78)6576302

- 

www.springeronline.com <http://www.springeronline.com>  
www.springer.com <http://www.springer.com/> 

- 

 

 

Reply via email to