diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl
index d562ee2d7..d86d1814d 100644
--- a/stylesheets/patcheslist.xsl
+++ b/stylesheets/patcheslist.xsl
@@ -38,7 +38,7 @@ umask 002
chgrp lfswww *.patch &&
if [ `wc -l copyerrs | sed 's/ *//' | cut -f1 -d' '` -gt 0 ]; then
- mail -s "Missing LFS patches" lfs-book@linuxfromscratch.org < copyerrs
+ mail -s "Missing LFS patches" lfs-book@lists.linuxfromscratch.org < copyerrs
fi
exit