> -----Original Message-----
> From: Jeff Shultz(Shultz Infosystems) [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 04, 2001 11:17 AM
> To: Subscribers of Qpopper
> Subject: pop-before-smtp again...
>
>
> Does anyone have the parse needed for pop-before-smtp to
> understand qpopper's latest logfile format?
is this what you're looking for?
/^([A-Za-z]+\s+\d+\s+\d+\:\d+\:\d+).+POP login by user
\"(.+)\".+\s(\d+\.\d+\.\d+.\d+).*$/
$time = $1;
$user = $2;
$ip = $3;
This one worked for me. It is from this file here.
http://www.abuse.org.il/spam/tools/smPbS.html
You will have to edit this one though.
> The last time I lucked into it by hit-and-miss, but if someone
> else has already figured out the coding I'd appreciate hearing from
> you.
>
> Thanks!
Good Luck!
Adrian Duran
[EMAIL PROTECTED]
> Jeff Shultz
> Shultz Infosystems - [EMAIL PROTECTED]
> http://www.wvi.com/~jbshultz