aboutsummaryrefslogtreecommitdiff
path: root/doc/mailfromd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mailfromd.texi')
-rw-r--r--doc/mailfromd.texi13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/mailfromd.texi b/doc/mailfromd.texi
index 387308e0..85c65f0f 100644
--- a/doc/mailfromd.texi
+++ b/doc/mailfromd.texi
@@ -8800,9 +8800,16 @@ done
@end smallexample
@item handler -- handler
-As of version @value{VERSION}, multiple definitions of a handler are
-compiled without warnings. However, only the last definition is used.
-This may change in future releases.
+If two handlers with the same name are defined, the definition that
+appears further in the source text replaces the previous one. A
+warning message is issued, indicating locations of both definitions,
+e.g.:
+
+@smallexample
+mailfromd: sample.rc:116: Warning: Redefinition of handler `envfrom'
+mailfromd: sample.rc:34: Warning: This is the location of the
+previous definition
+@end smallexample
@item variable -- variable
@cindex variable shadowing

Return to:

Send suggestions and report system problems to the System administrator.