mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
better documentation of anti-spam policy
This commit is contained in:
parent
924e3bf54b
commit
f8ac391a28
@ -181,11 +181,16 @@ public:
|
||||
// If anti-spam is enabled, do not send messages from authors with bad reputation. The policy is to only forward messages if the reputation of the author is at least
|
||||
// equal to the minimal reputation in the table below (R=remotely, L=locally, P=positive, N=negative, O=neutral) :
|
||||
//
|
||||
// | Anonymous Signed Signed+Known
|
||||
// -----------+-----------------------------------------------------
|
||||
// NONE | O O O
|
||||
// GPG_AUTHED | RP O O
|
||||
// GPG_KNOWN | RP RP O
|
||||
//
|
||||
// +----------------------------------------------------+
|
||||
// | Identity flags |
|
||||
// +----------------------------------------------------+
|
||||
// | Anonymous Signed Signed+Known |
|
||||
// +-------------+-----------+----------------------------------------------------+
|
||||
// | |NONE | O O O |
|
||||
// | Forum flags |GPG_AUTHED | RP O O |
|
||||
// | |GPG_KNOWN | RP RP O |
|
||||
// +-------------+-----------+----------------------------------------------------+
|
||||
//
|
||||
|
||||
if(identity_flags & RS_IDENTITY_FLAGS_PGP_KNOWN)
|
||||
|
Loading…
Reference in New Issue
Block a user