[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

RE: [sqr-users] unix email in SQR



Another suggestion:

create a simple script, call it mailz, park it on your path, something
like

#!/usr/bin/env perl -w-
open(OFILE, ">/tmp/mailz.txt") || die $!;

while(<>) {
   print OFILE $_;
}

Swap mailz into your SQR for mailx and see what is actually getting
through to the program.


_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users