[EXIM] autoreply transport, feature request

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Stuart Lynne
Datum:  
To: exim-users
Betreff: [EXIM] autoreply transport, feature request
The autoreply transport option "once" says to keep track of who
autoreplies where sent to and only send them once.

I would like to extend this capability slightly.

First I would like a new option that specifies the number of days that
must elapse before another message will be sent. The default should be
zero which would be interpreted as never send an additional message.

Second I would like to be able use a single file to record messages
sent. So optionally the key would have to be constructed from the original
destination address and the reply address instead of just using
the reply address.

Finally I would like to be able to store this information in a directory
server using LDAP. The current ldap lookup is generic enough that the
test for checking if vacation processing should be done, getting the
last time a message was sent, the reply text, etc can already be done.

I would be happy to contribute some code to update the directory server
with the last sent information. This would require one configuration
parameter (ldap URL specifying host, connection credentials, attribute
name) and the calling parameters would include the two addresses and
timestamp.

-- 
Stuart Lynne <sl@???>      604-916-4741      <http://www.poste.com>
PGP Fingerprint: 28 E2 A0 15 99 62 9A 00  88 EC A3 EE 2D 1C 15 68


--
*** Exim information can be found at http://www.exim.org/ ***