Hi,
I would like to know if is possible to create custom Pzyor rules with
different servers.
The scope is to have different scores and even different meta rules,
depending on the server used.
Here is an example of what I have in mind:
# Disabled default rule
score PYZOR_CHECK 0
# Recreate and enable default rule
full PYZOR_CHECK_PUBLIC
eval:check_pyzor(public.pyzor.org:24441)
describe PYZOR_CHECK_PUBLIC Listed in Public
Pyzor
tflags PYZOR_CHECK_PUBLIC net
score PYZOR_CHECK_PUBLIC 1.4
reuse PYZOR_CHECK_PUBLIC
# Create an additional rule
full PYZOR_CHECK_LOCAL
eval:check_pyzor(localhost:24441)
describe PYZOR_CHECK_LOCAL Listed in Local
Pyzor
tflags PYZOR_CHECK_LOCAL net
score PYZOR_CHECK_LOCAL 1.4
reuse PYZOR_CHECK_LOCAL
# If multiple servers return fingerprint, mark message as spam.
meta PYZOR_CHECK_MATCH
PYZOR_CHECK_PUBLIC && PYZOR_CHECK_LOCAL
describe PYZOR_CHECK_MATCH Listed in multiple
Pyzor
score PYZOR_CHECK_MATCH 5.0
Thank you.
Marius Gologan.
|