VMM: Post-2to3 fix. Use the re.ASCII flag for ASCII-only patterns.
The local-part of an email address and Postfix configuration parameters
may contain only ASCII characters.
# -*- coding: UTF-8 -*-# Copyright (c) 2008 - 2012, Pascal Volk# See COPYING for distribution information.# package placeholder## EOF