19 Jan 2012 11:19
About disposition-notification-to in header mail
I use nail with a shell script it work's very well. But i need a special
header field named "Disposition-Notification-To" the argument are a
simple mail address.
I made a patch for this it's works well. it is possible to add this to
reprosite after your analyse of course:
I modifiy 3 files:
def.h:
*** ../nail/def.h 2006-03-04 01:32:16.000000000 +0100
--- def.h 2012-01-19 10:25:58.817596606 +0100
***************
*** 424,429 ****
--- 424,430 ----
char *h_charset; /* preferred charset */
struct name *h_from; /* overridden "From:" field */
struct name *h_replyto; /* overridden "Reply-To:" field */
+ struct name *h_returnreceipt; /* for acknowledgement or return
Receipt "Disposition-Notification-To:" field*/
struct name *h_sender; /* overridden "Sender:" field */
char *h_organization; /* overridden "Organization:"
field */
};
head.c:
*** ../nail/head.c 2006-03-04 01:32:16.000000000 +0100
--- head.c 2012-01-19 10:32:18.547540580 +0100
***************
*** 326,331 ****
(Continue reading)
RSS Feed