Hello devs,
the automatic email signature thing is really cool, thank you.
But it seems only to work with "primary" email adresses and not "alias" email adresses which I've plenty.
Already tried to change....
signature_file_html = /etc/kolab/signature.d/%(mail)s.html
signature_file_text = /etc/kolab/signature.d/%(mail)s.txt
to...
signature_file_html = /etc/kolab/signature.d/%(alias)s.html
signature_file_text = /etc/kolab/signature.d/%(alias)s.txt
but this did not work.
Would be fantastic if you could also support alias email addresses with automatic email signatures.
Maybe I can change something in "module_signature.py" to force the signature module to use alias instead of mail (primary)?
I'm glad to test.