Hi hanscees,
You do great work. This is a great question.
I don't see why this wouldn't be possible. We have to find the base64 pattern, add it to the db and signal-event.
=============================
::Find the base64 pattern. If I:
perl -MMIME::Base64 -0777 -ne 'print encode_base64($_)' <mitel_logo.gif | head -1
::I get:
R0lGODlhhwAoAOYAAFs3Ff79/fr5+Orqw87Mcr+8ReLirLy6PcTCVczKa/Py3MrJZtzbm+TjsbOx
::Looks like the pattern is:
R0lGODlh
::add the pattern to the db with:
R0lGODlh=pattern|Body|R0lGODlh|Description|GIF file (R0lGODlh)|Glob|yes|LineStart|yes|Status|enabled
::expand template and restart service:
/sbin/e-smith/signal-event email-update
Check it over and see if you think it'll work. RayMitchell may have something to add.