Files
gitea/modules
Stephan Sachse ce4a52c22c sendmail: correct option to set envelope-sender (#3044)
mailer doesn't set the correct options while calling sendmail. if
``mailer.FROM`` is set to ``"Gitea Webservice" <user@example.com>``
sendmail is called like this

```
Sending with: sendmail [-F user@example.com -i alice@example.com]
```

and doesn't set the envelope-sender. the option ``-F string`` set the
sender full name and is used only with messages that has no ``From``
message header.

set the envelope sender address with ``-f sender`` (lowercase ``f``)
works for me (fedora 27, x86_64, postfix-3.2.4, go1.9.1, gitea-1.3.0)
2017-12-02 11:06:49 +08:00
..
2017-11-14 08:55:57 +08:00
2017-10-26 08:49:16 +08:00
2017-10-27 09:10:54 +03:00
2017-09-19 11:08:30 +03:00
2016-12-31 00:44:54 +08:00
2017-11-13 22:51:45 +08:00
2017-01-28 23:14:56 +01:00
2017-10-27 09:10:54 +03:00
2016-11-24 17:37:11 +08:00
2017-10-27 09:10:54 +03:00