Guardian Digital Inc. >
InfoCenter >
Mailing List Archives >
Amavis
Amavis Mailing List Archive
I want to change default behaviour of spam_quarantine_to from policy sql
field
now it points to local_delivery_aliases -> spam-quarantine defined as
QUARANTINE + VIRUSFILE
how to make spam_quarantine_to be real system path per user ??
for example:
/var/spool/mail/id_domain/id_user
where id_domain and id_user - sql fields in users policy table
is it possible to use cached sql fields values in subroutine in
local_delivery_aliases -> spam-quarantine ??
for example:
'spam-quarantine' => sub { (! cached value of sql lookup! , $VIRUSFILE)},
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/
|