[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
- Subject: RE: [sqr-users] unix email in SQR
- From: "George Jansen" <gjansen@aflcio.org>
- Date: Fri, 04 Mar 2005 18:58:14 -0500
- Delivery-date: Fri, 04 Mar 2005 18:59:45 -0500
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
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