Escaping @ in email addresses in RT_SiteConfig.pm --todo or not to do?

But you said it was (from your original email):

–when this address is set as…
Set($OwnerEmail, "admin@test-network.us");
…it results in this error…
Possible unintended interpolation of @test in string at
/etc/rt/RT_SiteConfig.pm line 34.
…when the database is created (or dropped)

–when the @ is escaped as…
Set($OwnerEmail, "admin@test-network.us");
…no error (message) occurs