* Heiko Schlittermann [2010-01-09 13:09]: > > > I'm using the "old" integration of Spamassassin within Exim4 with the > > > following spamcheck_router (router=accept) and the spamcheck-transport > > > (transport=pipe): > > > > I believe $spam_scrore_int is only available when using the "new" > > integration of SpamAssassin into Exim in the ACLs. > > > > You may need to read "Content scanning at ACL time" > > http://docs.exim.org/current/spec_html/ch41.html if you want to use that > > variable. > > … and (IMMS) the spam_* vars are only available in the data acl.
Yes, all $spam_* variables are only usable in ACLs, EXCEPT $spam_score_int, which is saved with the message and can be used in routers and transports too. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
