diff options
| author | Sadie Powell <sadie@witchery.services> | 2024-03-07 22:42:57 +0000 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2024-03-07 22:52:41 +0000 |
| commit | 4e04a11995a4f33b1247b856f3232d92c73f7883 (patch) | |
| tree | 8eb18c9c142a09a25ff09aab7c6be470b33fe1d1 /data/anope.example.conf | |
| parent | 76e5480be9f1d291214a7c74b2554c141762d253 (diff) | |
Consistently use email instead of e-mail.
Diffstat (limited to 'data/anope.example.conf')
| -rw-r--r-- | data/anope.example.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 227cdd4bf..ab50aece9 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -918,7 +918,7 @@ opertype /* * [OPTIONAL] Mail Config * - * This section contains settings related to the use of e-mail from services. + * This section contains settings related to the use of email from services. * If the usemail directive is set to yes, unless specified otherwise, all other * directives are required. * @@ -938,7 +938,7 @@ mail /* * This is the command-line that will be used to call the mailer to send an - * e-mail. It must be called with all the parameters needed to make it + * email. It must be called with all the parameters needed to make it * scan the mail input to find the mail recipient; consult your mailer * documentation. * @@ -953,15 +953,15 @@ mail sendmailpath = "/usr/sbin/sendmail -t" /* - * This is the e-mail address from which all the e-mails are to be sent from. + * This is the email address from which all the emails are to be sent from. * It should really exist. */ sendfrom = "services@example.com" /* * This controls the minimum amount of time a user must wait before sending - * another e-mail after they have sent one. It also controls the minimum time - * a user must wait before they can receive another e-mail. + * another email after they have sent one. It also controls the minimum time + * a user must wait before they can receive another email. * * This feature prevents users from being mail bombed using services and * it is highly recommended that it be used. @@ -972,10 +972,10 @@ mail /* * If set, Anope will not put quotes around the TO: fields - * in e-mails. + * in emails. * * This directive is optional, and as far as we know, it's only needed - * if you are using ESMTP or QMail to send out e-mails. + * if you are using ESMTP or QMail to send out emails. */ #dontquoteaddresses = yes |
