<div dir="ltr"><div><div><div>Hello list,<br></div>I'm seeing another problem in RT4.2.8, apart from mail never being deleted by RT itself. I'm using <a href="mailto:tickets@domain.com">tickets@domain.com</a> as my email address for all incoming tickets, with '+queue' added to the username. tickets+graphics, tickets+it, and so on.<br><br></div>To support this, I have filters set up in the Gmail account we use for the tickets address, so that each "+queue" goes to the right folder. That is, <a href="mailto:tickets%2Bit@domain.com">tickets+it@domain.com</a> is labeled as "technology" and skips the inbox, for instance. This works well, letting each message go to its own folder.<br><br></div>In my fetchmailrc for RT, I then have a separate section for each queue, with each checking its own folder. I'll paste my full file below, with the email domain changed but otherwise exactly how it is on the server. The problem I'm seeing is that tickets to graphics work fine, but every other address goes to the general queue. I can't figure out why this is happening, because the sections should all be the same save the queue, folder, and usernames. Anyway, here's the file; domain1 is the email domain, of our primary website, while domain2 is the domain where I'm hosting the test RT for now:<br><br><br>set daemon 300<br><br>poll <a href="http://imap.gmail.com">imap.gmail.com</a> proto IMAP:<br><br>#this one works<br>username <a href="mailto:tickets@domain1.com">tickets@domain1.com</a>    password ...<br>    mda "/usr/bin/rt-mailgate --url <a href="http://rt.domain2.com">http://rt.domain2.com</a><br>    --queue general --action correspond"<br>    options ssl<br><br>#this, too, works, putting messages into the graphics queue<br>username <a href="mailto:tickets%2Bgraphics@domain1.com">tickets+graphics@domain1.com</a> password ...<br>    mda "/usr/bin/rt-mailgate --url <a href="http://rt.domain2.com">http://rt.domain2.com</a><br>    --queue graphics --action correspond"<br>    options ssl folder graphics<br><br>#RT checks this folder, but puts its messages into the general queue<br>username <a href="mailto:tickets%2Bit@domain1.com">tickets+it@domain1.com</a> password ...<br>    mda "/usr/bin/rt-mailgate --url <a href="http://rt.domain2.com">http://rt.domain2.com</a><br>    --queue Technology --action correspond"<br>    options ssl folder technology<br><br>#this does the same as the technology section<br>username <a href="mailto:tickets%2Bcustserv@domain1.com">tickets+custserv@domain1.com</a> password ...<br>    mda "/usr/bin/rt-mailgate --url <a href="http://rt.domain2.com">rt.domain2.com</a><br>    --queue 'customer service' --action correspond"<br>    options ssl folder customer_service<br><br><br>-- <br><div><div><div><div><div class="gmail_signature"><div dir="ltr"><div><div>Alex Hall<br></div>Automatic Distributors, IT department<br></div><a target="_blank" href="mailto:ahall@autodist.com">ahall@autodist.com</a><br></div></div>
</div></div></div></div></div>