This is a discussion on Re: [AMaViS-user] where to get template of notify message ? within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Adrian wrote: > in sample config file, > $notify_sender_templ = read_text("$MYHOME/notify_sender.txt"); > # $notify_virus_sender_templ= read_text("$MYHOME/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Adrian wrote:
> in sample config file, > $notify_sender_templ = read_text("$MYHOME/notify_sender.txt"); > # $notify_virus_sender_templ= read_text("$MYHOME/notify_virus_sender.txt"); > # $notify_virus_admin_templ = read_text("$MYHOME/notify_virus_admin.txt"); > # $notify_virus_recips_templ= read_text("$MYHOME/notify_virus_recips.txt"); > # $notify_spam_sender_templ = read_text("$MYHOME/notify_spam_sender.txt"); > # $notify_spam_admin_templ = read_text("$MYHOME/notify_spam_admin.txt"); > ......... > template-dsn.txt content fills the $notify_sender_templ > # template-virus-sender.txt content fills the $notify_virus_sender_templ > # template-virus-admin.txt content fills the $notify_virus_admin_templ > # template-virus-recipient.txt content fills the $notify_virus_recips_templ > # template-spam-sender.txt content fills the $notify_spam_sender_templ > # template-spam-admin.txt > where can I get these sample notify message ? http://www.ijs.si/software/amavisd/README.customize.txt "Default Template texts are glued to the end of the 'amavisd' file, separated one from another by __DATA__ lines." So I believe you would copy and paste the default templates text into separately created files and customize and enable them as needed. Gary V ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |