The Wayback Machine - https://web.archive.org/web/20211130095131/https://github.com/topics/smtp-server
Skip to content
#

smtp-server

Here are 291 public repositories matching this topic...

alanpost
alanpost commented Aug 24, 2019

If one were to compile the qmail code with -Wall -Werror, the following error is produced:

./compile tcpto.c
tcpto.c: In function ‘tcpto_err’:
tcpto.c:139:34: error: ‘firstwhen’ may be used uninitialized in this
function [-Werror=maybe-uninitialized]
      if ((firstpos < 0) || (when < firstwhen))
                            ~~~~~~^~~~~~~~~~~~

Is there a conditio

Improve this page

Add a description, image, and links to the smtp-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the smtp-server topic, visit your repo's landing page and select "manage topics."

Learn more