==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    https://bugs.contribs.org/show_bug.cgi?id=9110

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #7 from Unnilennium <[email protected]> ---
Michael,

I will need a little more feedback on your script which seems promising:

#sh rbl-recheck.sh -v --dry-run -s -u tests --days 1
RBLList:        psbl.surriel.com
DAYS:           1
FOLDER TO SCAN: /home/e-smith/files/users/tests
SUMMARY:        TRUE
VERBOSE:        YES
MOVEM:          NO
MOVETO:         .RBL-Recheck
USER:           tests
DEBUG:          FALSE

115.98.41.107   OK      DECLINED        psbl.surriel.com,      
/home/e-smith/files/users/tests/Maildir/.junkmail/cur/20424.s:2,
212.83.168.232  OK      DECLINED        psbl.surriel.com,      
/home/e-smith/files/users/tests/Maildir/.contribs/cur/20072_1.s:2,Sa
212.83.168.232  OK      DECLINED        psbl.surriel.com,      
/home/e-smith/files/users/tests/Maildir/.contribs/cur/17446_1.s:2,Sa
212.83.168.232  OK      DECLINED        psbl.surriel.com,      
/home/e-smith/files/users/tests/Maildir/.contribs/cur/31271_1.s:2,Sa
212.83.168.232  OK      DECLINED        psbl.surriel.com,      
/home/e-smith/files/users/tests/Maildir/.contribs/cur/16218_2.s:2,Sa


what are the meaning of each columns :
IP : ok I get it
ARESULT: ????
AMSG: ????
AINFO: seems to be the RBLList used
MAILFILE: original path to the msg file.

from what I understand, it lists only the msg that are detected as originated
from IP that spam ? and Koozali server is considered to do so by
psbl.surriel.com ;)

further more we could improve the following line by adding the local declared
IPs from the esmith db. we could also add the remote IP accepted for
servermanager, and whitelisted IP fron wbl contribs ...
[[ ! "$IP" =~
"(^127\.)|(^10\.)|(^172\.1[6-9]\.)|(^172\.2[0-9]\.)|(^172\.3[0-1]\.)|(^192\.168\.)"
]] && [ ! -z "$IP" ]


finally, why inspecting all the Maildir and not only new or cur and new ? At
least I would add an option to do this as default behaviour.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to