I'm using the newlfm document class and find myself bothered by the problem that the lower horizontal line (which on the first page is some centimeters above the end of the page) starts being exactly at the lower edge of the page starting with page 2. Any ideas how to change that? Here's my code:
\documentclass[10pt,stdletter,dateno, sigleft]{newlfm}
\usepackage[ansinew]{inputenc}
\usepackage{url}
\widowpenalty=1000
\clubpenalty=1000
\newlfmP{headermarginskip=20pt}
\newlfmP{sigsize=50pt}
\newlfmP{dateskipafter=20pt}
\newlfmP{addrfromphone}
\newlfmP{addrfromemail}
\PhrPhone{Phone}
\PhrEmail{Email}
\namefrom{}
\addrfrom{}
\phonefrom{}
\emailfrom{}
\addrto{}
\greetto{}
\closeline{nmnmnmnmnm}
\begin{document}
\begin{newlfm}
Text\newpage text
\end{newlfm}
\end{document}
