Benedict,

> I now have a template as a separate file, what I need to know is exactly
> which variable to change and the correct syntax assumming the file is
> /var/somewhere/sometemplate.txt

This wouold be simplest:
  $notify_spam_sender_templ = read_text("$MYHOME/notify_spam_sender.txt");

and similar for other templates:

$notify_virus_admin_templ
$notify_spam_admin_templ
$notify_virus_recips_templ
$notify_spam_recips_templ
$notify_sender_templ
$notify_virus_sender_templ
$notify_spam_sender_templ

  Mark

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to