[ http://issues.apache.org/jira/browse/JAMES-472?page=all ]

Norman Maurer updated JAMES-472:
--------------------------------

    Attachment: greylist.patch

Here is my current patch to add GreyList support. I tested it with mysql.

For use it you must manually create the table with :

create table greylist(ipaddress varchar(255),sender varchar(255),recip 
varchar(255),count int default 0 , create_time DATETIME);  

Any feedback is welcome.

> Add Greylist support
> --------------------
>
>          Key: JAMES-472
>          URL: http://issues.apache.org/jira/browse/JAMES-472
>      Project: James
>         Type: New Feature

>     Reporter: Norman Maurer
>     Assignee: Norman Maurer
>      Fix For: 2.4.0
>  Attachments: greylist.patch
>
> Im working on a patch to add Greylisting support to james. It 90 % done. Im 
> using a dir in which a new file is created with the a name that looks like 
> "ipaddress-sender-rcpt". Then check for the modifytime to see if the 
> "triplet" is valid and the email now get accepted. I did it that way cause 
> there is no way to use sql in smtpserver at this time.
> Any problems which can caused by that ?
> If not i will post the patch soon after add junit tests

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to