# Use the empty regexp to map *any* address to the desired envelope sender.
# However, it seems that postfix also use this file for headers :-(
# Avoid recursive loop
if !/^hcl_bioinfo@chu-lyon.fr$/
# In fact, null address (errors) must not be rewritten
# Matching /.@./ to handle only full address 
# if seems that user or domain alone are also tried by postfix...
if /.@./
// hcl_bioinfo@chu-lyon.fr
endif
endif
