Mark Martinec wrote:
The %x items in the *_quarantine_method settings are not true macros in the README.customize sense, this would be too expensive. These are just some ad-hoc replacements performed on these templates, done by a simple perl s/// in sub mail_to_local_mailbox:$suggested_filename =~ s{%(.)} { $1 eq 'b' ? $msginfo->body_digest : $1 eq 'm' ? $msginfo->mail_id : $1 eq 'i' ? iso8601_timestamp($msginfo->rx_time,1,'-') : $1 eq 'n' ? am_id() : $1 eq '%' ? '%' : '%'.$1 }egs; Sorry for rising false expectations.
No worries! Is this the default? I have no mail_to_local_mailbox or $suggested_filename in my config file. How can I add say envelope recipient and sender macros? The definitions above a *way* over my head :-) Thanks Hans ------------------------------------------------------- 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 [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/
