Skip to content
#

wii

Here are 173 public repositories matching this topic...

InternalLoss
InternalLoss commented Jul 11, 2019

Now that authentication is required to use RC24 Mail, we should probably ensure that people aren't allowed to randomly send mail as other people (or allusers@rc24.xyz). The Go code has a way to ensure you're not sending as w9999999999999990:

			potentialMailFromWrapper := mailFrom.FindStringSubmatch(line)
			if potentialMailFromWrapper != nil {
				potentialMailFrom := potentialMailFro

Improve this page

Add a description, image, and links to the wii 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 wii topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.