From e20bd69d66148c34fee47e1f1f372963a871c047 Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 16 Apr 2008 10:53:40 +0000 Subject: - change sender address of auto forward to forwarder, to prevent confusion caused by incorrect forward settings. - (internal) change bsmtp to allow assigning from address git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4173 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index 0b7f99ff..0b2cebde 100644 --- a/include/proto.h +++ b/include/proto.h @@ -368,7 +368,7 @@ int mail_id(const char* id, const char *title, const char *filename, const char int m_read(void); int doforward(const char *direct, const fileheader_t *fh, int mode); int mail_reply(int ent, fileheader_t *fhdr, const char *direct); -int bsmtp(const char *fpath, const char *title, const char *rcpt); +int bsmtp(const char *fpath, const char *title, const char *rcpt, const char *from); void hold_mail(const char *fpath, const char *receiver); void m_init(void); int chkmailbox(void); -- cgit v1.2.3