Autoreply.pm

If I wanted to have the "From: " address in the autoreply be set to the
name of the queue, how would I do it?
(Another way to ask this is, given a QueueObj, how does one obtain the
name of the queue?) I tried QueueObj->QueueName, but that doesn’t seem to
work.

On a similar note, are there any docs on programming with RT?

QueueObj->Name()

most of the docs on programming with RT the pods for the modules
themselves. “perldoc RT::Queue” etc.On Thu, Jul 19, 2001 at 12:30:15PM -0400, Damian Gerow wrote:

If I wanted to have the "From: " address in the autoreply be set to the
name of the queue, how would I do it?
(Another way to ask this is, given a QueueObj, how does one obtain the
name of the queue?) I tried QueueObj->QueueName, but that doesn’t seem to
work.

On a similar note, are there any docs on programming with RT?


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

jesse reed vincent – root@eruditorum.orgjesse@fsck.com
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

Any e-mail sent to the SLA will immediately become the intellectual property
of the SLA and the author of said message will enter into a period of
indentured servitude which will last for a period of time no less than seven
years.

I think that the permissions set by default are incorrect:
drwx------ 3 root root 4096 Jul 13 09:51 cache/
drwx------ 2 root root 4096 Jul 13 09:51 debug/
drwx------ 2 root root 4096 Jul 13 09:51 etc/
drwx------ 2 root root 4096 Jul 13 09:51 obj/
drwx------ 2 root root 4096 Jul 13 09:51 preview/

instead they should be:
(where the apache user is part of rt group)

[root@babylon data]# ls -al
total 28
drwx------ 7 nobody nobody 4096 Jul 19 09:15 .
drwxr-xr-x 5 root root 4096 Jul 19 09:15 …
drwxrwx— 3 root rt 4096 Jul 19 09:15 cache
drwxrwx— 2 root rt 4096 Jul 19 09:15 debug
drwxrwx— 2 root rt 4096 Jul 19 09:15 etc
drwxrwx— 3 root rt 4096 Jul 19 09:25 obj
drwxrwx— 2 root rt 4096 Jul 19 09:15 preview
[root@babylon data]# pwd
/home/rt/WebRT/data

Walter Marchuk
Senior Computer Specialist
University of Washington
Electrical Engineering
Room: 307g
206-221-5421
marchuk@ee.washington.edu

marchuk@ee.washington.edu wrote:

I think that the permissions set by default are incorrect:
drwx------ 3 root root 4096 Jul 13 09:51 cache/
drwx------ 2 root root 4096 Jul 13 09:51 debug/
drwx------ 2 root root 4096 Jul 13 09:51 etc/
drwx------ 2 root root 4096 Jul 13 09:51 obj/
drwx------ 2 root root 4096 Jul 13 09:51 preview/

That’s odd. What did you set WEB_USER as in your Makefile? Does

make fixperms

change anything?

Its all working now, my suidperl was broken.

Walter Marchuk
Senior Computer Specialist
University of Washington
Electrical Engineering
Room: 307g
206-221-5421
marchuk@ee.washington.eduOn Fri, 20 Jul 2001, Phil Homewood wrote:

marchuk@ee.washington.edu wrote:

I think that the permissions set by default are incorrect:
drwx------ 3 root root 4096 Jul 13 09:51 cache/
drwx------ 2 root root 4096 Jul 13 09:51 debug/
drwx------ 2 root root 4096 Jul 13 09:51 etc/
drwx------ 2 root root 4096 Jul 13 09:51 obj/
drwx------ 2 root root 4096 Jul 13 09:51 preview/

That’s odd. What did you set WEB_USER as in your Makefile? Does

make fixperms

change anything?