[vchkpw] 5.3.18 vpopbull -V

2003-03-07 Thread Rick Romero

A bit of a scare/nuisance,  if you use -V , the username gets printed
twice. 

eg:
vpopbull -V -f filename domain.com

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

It looks like it's been sent twice.

-n -V only prints the domain once.

This patch adds some extra text just to show what's happening.
--- vpopmail-5.3.18/vpopbull.c	Thu Feb 20 13:48:32 2003
+++ vpopmail-5.3.18-vfe/vpopbull.c	Fri Mar  7 09:05:51 2003
@@ -175,17 +175,20 @@
 
 		if ( !in_exclude_list( fsx, domain, pwent-pw_name) ) {
 			if ( Verbose == 1 ) {
-printf([EMAIL PROTECTED], pwent-pw_name, domain);
+printf(Working on: [EMAIL PROTECTED], pwent-pw_name, domain);
 			}
 			if ( DoNothing == 0 ) {
 if(copy_email( fsi, filename, domain, pwent) == 0) {
 			if ( Verbose == 1 ) {
-printf([EMAIL PROTECTED], pwent-pw_name, domain);
+printf(Success: [EMAIL PROTECTED], pwent-pw_name, domain);
 			}
 } else {
 printf([EMAIL PROTECTED]: ERROR COPYING TO %s\n, pwent-pw_name, 
 domain, pwent-pw_dir);
 }
+			}
+			else {
+printf(Skipped (-n): [EMAIL PROTECTED], pwent-pw_name, domain);
 			}
 		}
 	}	


Re: [vchkpw] 5.3.18 vpopbull -V

2003-03-07 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hi Rick,

sorry for that silly question.
What does vpopbull do?

Oliver Etzel

 
 A bit of a scare/nuisance,  if you use -V , the username gets printed
 twice. 
 
 eg:
 vpopbull -V -f filename domain.com
 
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 
 It looks like it's been sent twice.
 
 -n -V only prints the domain once.
 
 This patch adds some extra text just to show what's happening.
 



Re: [vchkpw] 5.3.18 vpopbull -V

2003-03-07 Thread Rick Romero
It basically sends an email to everyone in a domain.

Kind of like Vpop Bulletin.  It's great for sending notifications 
to all users.

Rick

On Fri, 2003-03-07 at 09:20, Oliver Etzel - GoodnGo.COM (R) wrote:
 Hi Rick,
 
 sorry for that silly question.
 What does vpopbull do?
 
 Oliver Etzel
 
  
  A bit of a scare/nuisance,  if you use -V , the username gets printed
  twice. 
  
  eg:
  vpopbull -V -f filename domain.com
  
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  
  It looks like it's been sent twice.
  
  -n -V only prints the domain once.
  
  This patch adds some extra text just to show what's happening.
  




Re: [vchkpw] 5.3.18 vpopbull -V

2003-03-07 Thread Bill Shupp
On Friday, March 7, 2003, at 07:10  AM, Rick Romero wrote:

A bit of a scare/nuisance,  if you use -V , the username gets printed
twice.
eg:
vpopbull -V -f filename domain.com
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
It looks like it's been sent twice.

-n -V only prints the domain once.

This patch adds some extra text just to show what's happening.
vpopbull-5-3-18.diff
Thanks, I'll look into it.

Regards,

Bill