[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tmda-cvs
Subject:    CVS: tmda/TMDA ChangeLog,1.211,1.212 Defaults.py,1.131,1.132
From:       "Jason R. Mastaler" <jasonrm () users ! sourceforge ! net>
Date:       2002-06-16 23:44:35
[Download RAW message or body]

Update of /cvsroot/tmda/tmda/TMDA
In directory usw-pr-cvs1:/tmp/cvs-serv22365/TMDA

Modified Files:
	ChangeLog Defaults.py 
Log Message:
New feature.  A new 'blacklist' and 'whitelist' command for
interactive mode.  These commands append the address of the
current message into a file specified by some new variables named
PENDING_BLACKLIST_APPEND and PENDING_WHITELIST_APPEND.  Then, a
'delete' or a 'release' could be manually performed for the same
message, if the user so desires.

This is an alternative to the PENDING_RELEASE_APPEND and
PENDING_DELETE_APPEND variables, which function for the entire
tmda-pending session.  This enhancement allows the whitelisting and
blacklisting to be done on a message-by-message basis.

Patch contributed by Lloyd Zusman in
<20020615165721.A86836@asfast.net> on tmda-workers.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog	16 Jun 2002 02:45:41 -0000	1.211
+++ ChangeLog	16 Jun 2002 23:44:32 -0000	1.212
@@ -1,3 +1,8 @@
+2002-06-16  Jason R. Mastaler  <jasonrm@nightshade.la.mastaler.com>
+
+	* Defaults.py: Add PENDING_WHITELIST_APPEND &
+	PENDING_BLACKLIST_APPEND.
+	
 2002-06-15  Jason R. Mastaler  <jasonrm@nightshade.la.mastaler.com>
 
 	* Cookie.py (make_keyword_cookie): Replace RECIPIENT_DELIMITER

Index: Defaults.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Defaults.py,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- Defaults.py	11 Jun 2002 19:05:20 -0000	1.131
+++ Defaults.py	16 Jun 2002 23:44:32 -0000	1.132
@@ -782,6 +782,17 @@
 if not vars().has_key('PENDING_CACHE_LEN'):
     PENDING_CACHE_LEN = 5000
 
+# PENDING_BLACKLIST_APPEND
+# Filename to which a sender's e-mail address should be appended
+# when a message is "blacklisted" by tmda-pending.
+#
+# Example:
+# PENDING_BLACKLIST_APPEND = "/full/path/to/blacklist"
+#
+# No default
+if not vars().has_key('PENDING_BLACKLIST_APPEND'):
+    PENDING_BLACKLIST_APPEND = None
+
 # PENDING_DELETE_APPEND
 # Filename to which a sender's e-mail address should be automatically
 # appended when a message is "deleted" by tmda-pending.
@@ -803,6 +814,17 @@
 # No default
 if not vars().has_key('PENDING_RELEASE_APPEND'):
     PENDING_RELEASE_APPEND = None
+
+# PENDING_WHITELIST_APPEND
+# Filename to which a sender's e-mail address should be appended
+# when a message is "whitelisted" by tmda-pending.
+#
+# Example:
+# PENDING_WHITELIST_APPEND = "/full/path/to/whitelist"
+#
+# No default
+if not vars().has_key('PENDING_WHITELIST_APPEND'):
+    PENDING_WHITELIST_APPEND = None
 
 # ADDED_HEADERS
 # A Python dictionary containing one or more header:value string pairs

____________________________________________
tmda-cvs mailing list
http://libertine.org/lists/listinfo/tmda-cvs

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic