I am now able to call spamassassin from exim with the users localpart of
their email address from within exim.
I have tested it and it is calling to spamd with the line user='whatever'
however in both AWL and bayes i dont see the user appearing, now im
aware that the bayes required a certain m
On Tue, 27 Feb 2007, #Ronan McGlue wrote:
>
> what information is available during the DATA_ACL eg to perform lookups on to
> get the username to use for SA?
The only thing that Exim provides is the list of all recipients,
$recipients (plural). What I would recommend that you do is use an ACL
vari
Tony Finch wrote:
On Tue, 27 Feb 2007, #Ronan McGlue wrote:
I am looking to move to peruser scanning, so I would need to change only one
line of the above to
spam= $local_part:true
which will use the local part of the email address as the username.
This won't work because there ma
On Tue, 27 Feb 2007, #Ronan McGlue wrote:
>
> I am looking to move to peruser scanning, so I would need to change only one
> line of the above to
>
> spam = $local_part:true
> which will use the local part of the email address as the username.
This won't work because there may be multiple
I currently use exim on the MTAs and have SA using MySQL with the
following data_acl entry
warnmessage = X-Spam-Score: $spam_bar ($spam_score)\n\
X-Spam-Score-Int: $spam_score_int
condition = ${if <{$message_size}{80k}{1}{0}}
set acl_m