Attached is a small patch to add support for presave hook. You can then create a custom module with this hook:
function MYMODULE_token_custom_presave_alter(&$token) { $token->content .= "<Signature>"; }
Closed: outdated
2.0
Code
Drupal 7 is now EOL.