mod_rewrite and an email address

Can somebody tell me how to convert the following URL with mod_rewrite? It seems to me like it's correct but for some reason it's not working. SOmething with the email address is screwing it up.

http://www.domain.com/newsletter/confirm/1/email@domain.com

RewriteRule ^(newsletter)/(confirm)/(0-9)/([A-Za-z0-9-_@.]+)/?$ /index.php?section=newsletter&page=overview&action=confirm&listID=$3&email=$4 [L]

 

 

 

 

Top