Auto reply  vaction error

I set vacation command for one of my user, I manually created .vacation.msg & .forward ,
% vi .forward
\myuser, "|/usr/bin/vacation -a myuser"
after that i run the below command
% sudo -u myuser /usr/bin/vacation -I -t1d
The auto reply is working fine, but after some times .vacation.msg & .forward file is disappear from the user's home directory. The auto reply is not getting
Edited by: kpmayannur on Jul 29, 2012 1:31 AM

Hi,
What i can understand out of what you have stated is you need to create a procedure and schedule it in oracle so it will execute on a particuler time.
If above is your requirement then you have procedure created and as you said its valid as well then why dont you create a job to execute it on a paritculer time like
begin
DBMS_SCHEDULER.CREATE_JOB(
JOB_NAME           =>      'JOB_FOR_TEST',
JOB_TYPE           =>      'PLSQL_BLOCK',
JOB_ACTION         =>      'begin YOUR_PROC_NAME; end;',
START_DATE         =>      SYSTIMESTAMP,
END_DATE           =>      NULL,
COMMENTS           =>      'JOB IS CREATED FOR TEST PURPOSE.',
ENABLED            =>      TRUE,
REPEAT_INTERVAL    =>      'freq=daily; byhour=20; byminute=0; bysecond=0;');
end;Add the frequency as your requirement.

Similar Messages

  • Java error when creating Auto Reply in iMS52&iDS51

    Hi,
    I have installed iDS51, patch with ims_dssetup.pl, installed iMS52. When creating user with a mail account and clicking on the Auto Reply tab, encounter java error:
    PageUI exception: java.lang.NullPointerException
    PageUI exception: java.lang.NullPointerException
    PageUI exception: java.lang.NullPointerException
    Exception occurred during event dispatching:
    java.lang.NoSuchMethodError
    at com.netscape.page.TOGGLEPANEeditor$ToggleBorder.paintBorder(TOGGLEPANEeditor.java:317)
    at javax.swing.JComponent.paintBorder(JComponent.java:549)
    at javax.swing.JComponent.paint(JComponent.java:688)
    at javax.swing.JComponent.paintChildren(JComponent.java:498)
    at javax.swing.JComponent.paint(JComponent.java:696)
    at javax.swing.JComponent.paintChildren(JComponent.java:498)
    at javax.swing.JComponent.paint(JComponent.java:696)
    at javax.swing.JComponent.paintChildren(JComponent.java:498)
    at javax.swing.JComponent.paint(JComponent.java:696)
    at javax.swing.JViewport.paint(JViewport.java:668)
    at javax.swing.JComponent.paintChildren(JComponent.java:498)
    at javax.swing.JComponent.paint(JComponent.java:696)
    at javax.swing.JComponent.paintChildren(JComponent.java:498)
    at javax.swing.JComponent.paint(JComponent.java:696)
    at javax.swing.JComponent.paintChildren(JComponent.java:498)
    at javax.swing.JComponent.paint(JComponent.java:696)
    at javax.swing.JComponent.paintWithBuffer(JComponent.java:3878)
    at javax.swing.JComponent._paintImmediately(JComponent.java:3821)
    at javax.swing.JComponent.paintImmediately(JComponent.java:3672)
    at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:370)
    at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:124)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
    at java.awt.Dialog.show(Dialog.java:380)
    at com.netscape.management.client.util.AbstractDialog.show(AbstractDialog.java:352)
    at com.netscape.management.client.util.AbstractDialog.showModal(AbstractDialog.java:378)
    at com.netscape.management.client.topology.ug.EditUserGroupPane.createEntry(EditUserGroupPane.java:668)
    at com.netscape.management.client.topology.ug.EditUserGroupPane.actionPerformed(EditUserGroupPane.java:551)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:279)
    at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:886)
    at java.awt.Component.processMouseEvent(Component.java:3715)
    at java.awt.Component.processEvent(Component.java:3544)
    at java.awt.Container.processEvent(Container.java:1164)
    at java.awt.Component.dispatchEventImpl(Component.java:2593)
    at java.awt.Container.dispatchEventImpl(Container.java:1213)
    at java.awt.Component.dispatchEvent(Component.java:2497)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
    at java.awt.Container.dispatchEventImpl(Container.java:1200)
    at java.awt.Window.dispatchEventImpl(Window.java:926)
    at java.awt.Component.dispatchEvent(Component.java:2497)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)

    Hi,
    Is your system a dual stack (ABAP+JAVA)? In that case the ABAP stack will be the master. You can check if it's an ABAP data source if you go to UME >> Configuration >> Data Sources
    Regards,
    Vit
    More info in thread: How to create Roles in UME (ABAP+JAVA stack)
    Edited by: Vit Vesely on Apr 10, 2010 9:28 PM

  • How can i send an auto reply with form content to sender?

    Hai!
    I'm new to website building, but i already came a long way
    i made a form and i like to send a auto reply with the form content (if that isnt too difficult) to the person who filled it in.
    The form i made is in PHP (coding i copied partly from someone from the internet .)
    You can see the from at: http://vinddit.nl/vindditnu%20php%20version.php
    My PHP coding so far
    <?php
    // Set email variables
    $email_to = '[email protected]';
    $email_subject = 'Aanvraag - VINDDIT NU!';
    // Set required fields
    $required_fields = array('Voornaam','email','Achternaam','Plaats');
    // set error messages
    $error_messages = array(
              'Voornaam' => 'Vul hier uw voornaam in a.u.b.',
              'email' => 'Vul hier een geldig email adres in a.u.b.',
              'Achternaam' => 'Vul hier uw achternaam in a.u.b.',
              'Plaats' => 'Vul hier uw woonplaats in a.u.b.'
    // Set form status
    $form_complete = FALSE;
    // configure validation array
    $validation = array();
    // check form submittal
    if(!empty($_POST)) {
              // Sanitise POST array
              foreach($_POST as $key => $value) $_POST[$key] = remove_email_injection(trim($value));
              // Loop into required fields and make sure they match our needs
              foreach($required_fields as $field) {
                        // the field has been submitted?
                        if(!array_key_exists($field, $_POST)) array_push($validation, $field);
                        // check there is information in the field?
                        if($_POST[$field] == '') array_push($validation, $field);
                        // validate the email address supplied
                        if($field == 'email') if(!validate_email_address($_POST[$field])) array_push($validation, $field);
              // basic validation result
              if(count($validation) == 0) {
                        // Prepare our content string
                        $email_content = 'New Website Comment: ' . "\n\n";
                        // simple email content
                        foreach($_POST as $key => $value) {
                                  if($key != 'submit') $email_content .= $key . ': ' . $value . "\n";
                        // if validation passed ok then send the email
                        mail($email_to, $email_subject, $email_content);
                        // Update form switch
                        $form_complete = TRUE;
    function validate_email_address($email = FALSE) {
              return (preg_match('/^[^@\s]+@([-a-z0-9]+\.)+[a-z]{2,}$/i', $email))? TRUE : FALSE;
    function remove_email_injection($field = FALSE) {
       return (str_ireplace(array("\r", "\n", "%0a", "%0d", "Content-Type:", "bcc:","to:","cc:"), '', $field));
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
              <title>Aanvraag formulier</title>
              <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
              <link href="style.css" rel="stylesheet" type="text/css" />
        <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/mootools/1.3.0/mootools-yui-compressed.js"></script>
        <script type="text/javascript" src="validation/validation.js"></script>
              <script type="text/javascript">
    var nameError = '<?php echo $error_messages['fullname']; ?>';
                        var emailError = '<?php echo $error_messages['email']; ?>';
                        var commentError = '<?php echo $error_messages['comment']; ?>';
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
        </script>
    <style type="text/css">
    </style>
    </head>
    <body onload="MM_preloadImages('icons/x.png')">
    <p> </p>
    <p>
      <?php if($form_complete === FALSE): ?>
    </p>
        <form action="vindditnu php version.php" method="post" enctype="application/x-www-form-urlencoded" name="Form"  id="commentsform">
        <h1><img src="icons/vinddit3.gif" width="220" height="80" alt="logo" /></h1>
        <h1>Wat zoekt u?:</h1>
                     <table width="690" border="0">
            <tr>
              <td>In welke categorie zoekt u?*</td>
              <td colspan="3"><select name="Ophalen_verzenden" id="Ophalen_verzenden">
                <option selected="selected">Meubels </option>
                <option>Witgoed </option>
                <option>Woon accesoires </option>
                <option>Kleding </option>
                <option>Schoenen </option>
                <option>Mode accesoires </option>
                <option>Speelgoed </option>
                <option>Boeken, tijdschriften, papierwaren </option>
                <option>Overig </option>
              </select></td>
            </tr>
            <tr>
              <td>Kleur:* </td>
              <td colspan="3"><select name="kleuren" id="kleuren">
                <option>Blauw</option>
                <option>Rood</option>
                <option>WIt</option>
                <option>Zwart</option>
                <option>Beige</option>
                <option>Bruin</option>
                <option>Geel</option>
                <option>Oranje</option>
                <option>Rood</option>
                <option>Metallic (Bijv. Zilver/Goud/Brons/Koper</option>
                <option>Meerkleurig</option>
                <option selected="selected">Overig/ N.v.t</option>
              </select></td>
            </tr>
            <tr>
              <td>Merk: </td>
              <td colspan="3"><input name="Merk" type="text" id="Merk5" value="<?php echo isset($_POST['Merk'])? $_POST['Merk'] : ''; ?>" />
                <?php if(in_array('Merk', $validation)): ?>
                <span class="error"><?php echo $error_messages['Merk']; ?></span>
                <?php endif; ?></td>
            </tr>
            <tr>
              <td>Type/Model:</td>
              <td colspan="3"><input type="text" name="type" id="type" value="<?php echo isset($_POST['type'])? $_POST['type'] : ''; ?>" />
                <?php if(in_array('type', $validation)): ?>
                <span class="error"><?php echo $error_messages['type']; ?></span>
                <?php endif; ?></td>
            </tr>
            <tr>
              <td>Materiaal: </td>
              <td colspan="3"><input name="Materiaal" type="text" id="Materiaal" value="<?php echo isset($_POST['Materiaal'])? $_POST['Materiaal'] : ''; ?>" />
                <?php if(in_array('Materiaal', $validation)): ?>
                <span class="error"><?php echo $error_messages['Materiaal']; ?></span>
                <?php endif; ?></td>
            </tr>
            <tr>
              <td>Maat: </td>
              <td colspan="3"><input type="text" name="Maat" id="Maat" value="<?php echo isset($_POST['Maat'])? $_POST['Maat'] : ''; ?>" />
                <?php if(in_array('Maat', $validation)): ?>
                <span class="error"><?php echo $error_messages['Maat']; ?></span>
                <?php endif; ?></td>
            </tr>
            <tr>
              <td>Conditie*:</td>
              <td colspan="3"><select name="conditie" id="conditie" >
                <option>Zo goed als nieuw</option>
                <option>Nieuw</option>
                <option>Bebruikt</option>
                <option selected="selected">Geen voorkeur </option>
              </select></td>
            </tr>
            <tr>
              <td>Ophalen/Verzenden:*</td>
              <td colspan="3"><select name="ophalen" id="ophalen">
                <option>Ophalen</option>
                <option>Verzenden</option>
                <option>N.v.t</option>
                <option>Geen voorkeur </option>
              </select></td>
            </tr>
            <tr>
              <td>Prijs Min:</td>
              <td><input name="prijsmin" type="text" id="prijsmin" size="10" value="<?php echo isset($_POST['prijsmin'])? $_POST['prijsmin'] : ''; ?>" />
                <?php if(in_array('prijsmin', $validation)): ?>
                <span class="error"><?php echo $error_messages['prijsmin']; ?></span>
                <?php endif; ?></td>
              <td>Prijs Max:</td>
              <td><input name="Prijs" type="text" id="Prijs" size="10" value="<?php echo isset($_POST['Prijs'])? $_POST['Prijs'] : ''; ?>" />
                <?php if(in_array('Prijs', $validation)): ?>
                <span class="error"><?php echo $error_messages['Prijs']; ?></span>
                <?php endif; ?></td>
            </tr>
          </table>
          <h1>Opmerkingen:</h1>
          <table width="690" border="0">
            <tr>
              <td height="25">Opmerkingen:</td>
              <td rowspan="2"><textarea name="Opmerkingen" cols="67" rows="10" id="Opmerkingen"><?php echo isset($_POST['Opmerkingen'])? $_POST['Opmerkingen'] : ''; ?></textarea>
                <?php if(in_array('Opmerkingen', $validation)): ?>
                <span class="error"><?php echo $error_messages['Opmerkingen']; ?></span>
                <?php endif; ?></td>
            </tr>
            <tr>
              <td height="78"> </td>
            </tr>
          </table>
          <h1>Uw Gegevens:</h1>
          <table width="690" border="0">
            <tr>
              <td>Voornaam/Voorletters*:</td>
              <td><input type="text" name="Voornaam" id="Voornaam" class='invul' value="<?php echo isset($_POST['Voornaam'])? $_POST['Voornaam'] : ''; ?>" />
                <?php if(in_array('Voornaam', $validation)): ?>
                <span class="error"><?php echo $error_messages['Voornaam']; ?></span>
                <?php endif; ?></td>
              <td>Achternaam:* </td>
              <td><input type="text" name="Achternaam" id="Achternaam" class='invul' value="<?php echo isset($_POST['Achternaam'])? $_POST['Achternaam'] : ''; ?>" />
                <?php if(in_array('Achternaam', $validation)): ?>
                <span class="error"><?php echo $error_messages['Achternaam']; ?></span>
                <?php endif; ?></td>
            </tr>
            <tr>
              <td>Straatnaam:</td>
              <td><input type="text" name="Straat" id="Straat" class='invul' value="<?php echo isset($_POST['Straat'])? $_POST['Straat'] : ''; ?>" />
                <?php if(in_array('Straat', $validation)): ?>
                <span class="error"><?php echo $error_messages['Straat']; ?></span>
                <?php endif; ?></td>
              <td>Huisnummer:</td>
              <td><input name="Huisnummer" type="text" id="Huisnummer" class='invul' size="10" value="<?php echo isset($_POST['Huisnummer'])? $_POST['Huisnummer'] : ''; ?>" />
                <?php if(in_array('Huisnummer', $validation)): ?>
                <span class="error"><?php echo $error_messages['Huisnummer']; ?></span>
                <?php endif; ?></td>
            </tr>
            <tr>
              <td>Postcode:</td>
              <td><input type="text" name="Postcode" id="Postcode" class='invul' value="<?php echo isset($_POST['Postcode'])? $_POST['Postcode'] : ''; ?>" />
                <?php if(in_array('Postcode', $validation)): ?>
                <span class="error"><?php echo $error_messages['Postcode']; ?></span>
                <?php endif; ?></td>
              <td>Plaats:* </td>
              <td><input type="text" name="Plaats" id="Plaats" class='invul' value="<?php echo isset($_POST['Plaats'])? $_POST['Plaats'] : ''; ?>" />
                <?php if(in_array('Plaats', $validation)): ?>
                <span class="error"><?php echo $error_messages['Plaats']; ?></span>
                <?php endif; ?></td>
            </tr>
            <tr>
              <td>Email Adres:*</td>
              <td colspan="3"><input type="text" name="email" id="email" class='invul' value="<?php echo isset($_POST['email'])? $_POST['email'] : ''; ?>" />
                <?php if(in_array('email', $validation)): ?>
                <span class="error"><?php echo $error_messages['email']; ?></span>
                <?php endif; ?></td>
            </tr>
            <tr>
              <td>Telefoonnummer:</td>
              <td colspan="3"><input name="Telefoon" type="text" id="Telefoon" class='invul' value="<?php echo isset($_POST['Telefoon'])? $_POST['Telefoon'] : ''; ?>" />
                <?php if(in_array('Telefoon', $validation)): ?>
                <span class="error"><?php echo $error_messages['Telefoon']; ?></span>
                <?php endif; ?></td>
            </tr>
          </table>
          <p>
            <label for="Straat"></label>
            <label for="Huisnummer"><br />
            </label>
            <input type="submit" name="Submit" id="Submit" value="Verstuur" />
                   <input type="reset" name="Reset" id="Reset" value="Wissen" />
          </p>
        </form>
        <?php else: ?>
        <div class="bedankt">
          <p>Bedankt voor uw aanvraag!</p>
          <p>Wij zullen uw aanvraag zo spoedig mogelijk behandelen. Meestal duurt dit 2 a 3 werkdagen.</p>
          <p><img src="icons/vinddit3.gif" width="220" height="80" alt="logo" /></p>
    </div>
        <p>
          <script type='text/javascript'>
    setTimeout("ourRedirect()", 5000)
    function ourRedirect() {
          </script>
          <?php endif; ?>
    </body>
    </html>
    and .JS
    window.addEvent('domready', function() {
              // Get the form
              var form = $('comments_form');
              //  if the form is found...
              if (form) {
                        // obtain error fields
                        var name = $('fullname');
                        var email = $('email');
                        var comment = $('comment');
                        // Set the default status
                        var isValid = true;
                        // input error function for the error messages
                        var addError = function (field, msg) {
                                  field.addClass('error'); // Add error class to field
                                  var error = field.getParent().getElement('span') || new Element('span', {'class': 'error'}); // add error message if not already placed
                                  error.set('text', msg); // error text msg
                                  error.inject(field, 'after'); // Insert error message after field
      // detach error function used to delete any error messages and remove the error class
                        var removeError = function (field) {
                                  field.removeClass('error'); // Remove error class from form fields
                                  var error = field.getParent().getElement('span'); // find any existing error messages
      // destroy if error message
                                  if (error) {
                                            error.destroy();
    //  insert submit form event
                        form.addEvent('submit', function (e) {
                                  // Test name length
                                  if (name.get('value').length === 0) {
                                            isValid = false;
                                            addError(name, nameError);
                                  } else {
                                            isValid = true;
                                            removeError(name);
    // check email length
                                  if (email.get('value').length === 0) {
                                            isValid = false;
                                            addError(email, emailError);
                                  // check email validity
                                  } else if (!email.get('value').test(/^([a-zA-Z0-9\+_\-]+)(\.[a-zA-Z0-9\+_\-]+)*@([a-zA-Z0-9\-]+\.)+ [a-zA-Z]{2,6}$/)) {
                                            isValid = false;
                                            addError(email, emailError);
                                  } else {
                                            isValid = true;
                                            removeError(email);
                    // check comment length
                                  if (comment.get('value').length === 0) {
                                            isValid = false;
                                            addError(comment, commentError);
                                  } else {
                                            isValid = true;
                                            removeError(comment);
                                  // If form invalid then stop event happening
                                  if (!isValid) {
                                            e.stop();

    lisavs12686 wrote:
    Whould it also be possible to send the sender the submited data (looking like the filled in form or so)?
    not really nessecary but whould be a nice  jextra
    You can but you would need to send it as an html email which is much more complicated.
    What you would do is build a page/table construction like below. You would need to use the php variables to echo out the information in the <td></td> cells (example below).
    $reply = $_POST['email'];
    $from = '[email protected]';
    $replysubject = "Auto-Reply: Website Name";
    $headers  = 'MIME-Version: 1.0' . "\r\n";
    $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
    $headers .= "From: $from\r\nReply-to: $reply";
    $replymessage = '
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Comments from Website</title>
    </head>
    <body>
    <table>
    <tr>
    <td bgcolor="#ffffff" style="font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; padding: 10px 15px;">Name: </strong>'.$name.'
    </td>
    </tr>
    </table>
    </body>
    </html>';
    mail($reply, $replysubject, $replymessage, $headers);

  • Trying to set auto reply

    Hi there, this is a problem that I neever had before. I used to be able to set my auto reply, but now, after I hit safe, I get this error: "You have not provided an incoming mail server for your external POP account". I have no idea what it means and what I should do... Can someone tell me, please?
    thanks...

    There is no option to create an auto-reply to all  messages that are sent to DG. You have to create a mailbox account and add it as a member of Distribution Group and configure a reply rule on that mailbox. Also you will need to enable "Send Out-Of-Office
    message to originator" on the Distribution Group properties
    Instructions:
    1. Create new mailbox like [email protected]
    2. Make it a member of desired Distribution Group
    3. In Exchange Management Console open
    properties of desired Distribution Group and choose
    Advanced tab. Turn on "Send out-of-office message to originator".
    4. Configure [email protected] exchange account on outlook.
    5. In outlook create a rule:
    Apply this rule after the message arrives
    from people or distribution list (select your distribution group)
    have server reply using a specific message (create your message "Save & Close" it)
    6.(optional) Create another rule to delete messages delivered to your
    noreply mailbox, make sure "delete rule" is below "reply rule" or messages will get deleted before reply rule is applied.

  • Auto-reply using rules

    Hi there!
    I'm trying to find out how to send an auto-reply using Rules in Mail 3.6
    Or, to be more precise, i'm trying to understand how to do it PROPERLY: in fact this morning my boss called me to say he got approx. 60 emails from me, replying even mails from 2009/2010... and it was EMBARRASING!!
    Some questions:
    - when a Rule is set to auto-reply, does my own reply appear in the 'Sent' mailbox afterwards? Not in my case. Is it normal? I cannot see my reply 'flying away' in the 'Mail Activity' window either...
    - when i press the '<' button in front of the received mail, that usually opens the mail i've sent as reply, i got a error window "Error. Mail was unable to find your response to the message “xxxxx”. You may have deleted the message." even if the correct reply generated by Rules was actually sent. Again, any idea why this happens?
    - when a Rule is created, does it apply to ANY message in the mailbox, including old ones, or only to new mails?
    That's it for now...
    Thanks for help,
    J.

    Ok, after some more trials i've got the answer for my 3rd question... I have to click "Don't Apply" to avoid the rule to be applied to old messages.
    But let's agree that the whole window:
    "Do you want to apply your rules to messages in selected mailboxes?
    Applying rules to the selected mailboxes may change their contents. Active rules will always be applied to new  messages."
    is quite ambiguous.
    I'm still wondering the reason for the behaviour described in my first two questions...
    Thanks,
    J.

  • Exchange 2013 OWA: Cannot set auto reply in shared mailbox

    We use Exchange 2013 and Outlook 2010. We have 3 users tha connect to a shared mailbox. We would like to have an auto-reply on this mailbox but cannot set it with the OWA. We get the following error:
    Client Information
    User Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; InfoPath.3)
    CPU Class: x86
    Platform: Win32
    System Language: nl-NL
    User Language: nl-NL
    CookieEnabled: true
    Exception Details
    Date: Fri Jul 11 11:31:40 UTC+0200 2014
    Message: Kan de eigenschap _events van een niet-gedefinieerde verwijzing of een verwijzing naar een lege waarde niet ophalen
    Url:
    https://owa.'domainname'.nl/ecp/15.0.712.22/scripts/microsoftajax.js
    Line: 5
    Call Stack
    Dump Event
     errorMessage = Kan de eigenschap _events van een niet-gedefinieerde verwijzing of een verwijzing naar een lege waarde niet ophalen
     errorUrl =
    https://owa.'domainname'.nl/ecp/15.0.712.22/scripts/microsoftajax.js
     errorLine = 5
     errorCharacter = 57312
     errorCode = 0
     actionURL =
     altKey = false
     altLeft = false
     behaviorCookie = 0
     behaviorPart = 0
     bookmarks = null
     boundElements = [object HTMLCollection]
     button = 0
     buttonID = 0
     cancelBubble = false
     clientX = 1187
     clientY = 72
     contentOverflow = false
     ctrlKey = false
     ctrlLeft = false
     data =
     dataFld =
     dataTransfer = null
     fromElement = null
     keyCode = 0
     nextPage =
     offsetX = 0
     offsetY = 0
     origin =
     propertyName =
     qualifier =
     reason = 0
     recordset = null
     repeat = false
     returnValue = true
     screenX = 2373
     screenY = 343
     shiftKey = false
     shiftLeft = false
     source = null
     srcElement = null
     srcFilter = null
     srcUrn =
     toElement = null
     type = error
     url =
     wheelDelta = 0
     x = 0
     y = 0
     getAttribute =
    function getAttribute() {
        [native code]
     removeAttribute =
    function removeAttribute() {
        [native code]
     setAttribute =
    function setAttribute() {
        [native code]
    Detailed Call Stack

    Hi,
    Error information is quite important. In order to solve your issue effectively, please take your time to describe the error in English for my research.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Inbox rules (auto reply) and Outbox rules questions

    I'm checking incoming messages for a certain subject. If the subject contains the string I want to auto-reply with a certain message.
    The auto-reply works, but I notice the message doesn't show up in the Sent maibox. Is there a reason for that?
    Also, I have an Outbox rule set up to forward the auto-reply mail to another address. That doesn't seem to take place.
    What I really want to accomplish is just to auto-reply and bcc the auto-reply to a 3rd email address. Is that possible?
    Thanks!
    doug

    Hi.
    On 05.03.2014 06:38, Thomas Roberts wrote:
    > We up-stream to an smtp relay server that has some strict rules in place. They
    > are not our ISP but have white listed our domain name to allow us to relay through.
    > Things work well but now auto replies like vacation rule messages now bounce.
    Apart from Lauras excellent answer, make your relay provider whitelist
    your hostname and put it back in place. The hostname *is* important,
    even when using a relay, and is used as sender for other mails, like
    error messages.
    CU,
    Massimo Rosen
    Novell Knowledge Partner
    No emails please!
    http://www.cfc-it.de

  • Text auto reply

    Is there an app that will auto reply to incoming text messages

    I have been asking this question for ages.  I have sent emails and letters (below) to Apple numerous times without even a simple response..............
    As a stockholder in Apple and a large user of the Appleproducts, I have a suggestion and a question which in my opinion will capturean additional market share away from Blackberry, including my own.
    By way of background, I am one of the business leaders ina group of approximately 600 people.  Wehave deployed Blackberries as the device of choice.  I have tried and returned the iPhone and iPadas I find that it does not serve my needs for the lack of one simple functionthat I would think has a very easy solution.  I feel that if Apple could enhance itsportable operating systems by a simple function, it would sway hundreds ofthousands, if not millions of users to switch to Apple products.
    I use my device as a communications device for bothbusiness and personal use.  I am constantly emailing and texting and everykey touch is important to me as I do not have time to waste with repeatedkeystrokes.
    The autotext function of the Blackberry has keptme with Blackberry as it allows the user to define abbreviations on a systemwide platform.  Examples: Users can setup abbreviation for frequently used multiple key strokes.
    I frequently set up a lot of conference calls using thesame dial in number and passcodes so I set up an abbreviation called“icrl”.  I type in icrl and hit the space bar and it automatically typesin the entire phone number and the access codes for the call. 
    I fly a lot so I abbreviated “hstdn”.  Thistranslates into “I have to shut down now, my flight is leaving.  Will callyou when I land”.
    “CMCP” translates into “Please call me on my cell phone248-417-7900”.
    Since this function is native to the operating system, itfunctions on all functions and apps and in any field, unlike add on apps thatrequire messages to be created using an app and cannot be used to answer anincoming message.
    I would like to use the Apple products as I am attractedto their designs but this lack of functionality has rendered them fairlyuseless to me.  Can you please explain tome the likelihood of including this in future enhancements and why this has notbeen included to date?  I am trying tounderstand it and fail to see why unless it is an IP issue, but even that makesno sense as Microsoft has it included in its products as “autocorrect” and evenon the Mac platform.
    The addition of this simple functionality would enable meto truly change the way I work and sell a lot more Apple products.  If Apple could add this to its functionality,I think Apple would win over a good percentage of those users who will notmigrate because of this function.
    Thank you for your time

  • How do I create an auto reply for one person in my buddy list?

    I want to be able to have an automatic reply to one person in my buddy list whenever they IM me so that i dont have to reply myself. I dont want to block them but i sometimes want to be able to just avoid them and so does anyone know any applescript that i can run whenever they send me a message??

    Hi,
    In the Buddy List highlight a Buddy.
    Use the CMD and I keys together (Get Info)
    This brings up their Info Card.
    Select Actions  (Same as Alerts in the Preferences In Fact some versions do Read  "Alerts" )
    Change the top item to Invite (Text)
    Select the AppleScript option.
    Set the Script to be Auto-Decline.
    This will produce no response on the Buddies end.
    For that go to the General Section of the Preferences and set  the option to "Auto-Reply with my Away Message"
    This will then send the Away message to the Buddy set in the first bit but to no--one else.
    If you wish to be able to Reply when you have an Available Message up, that is a little more difficult.
    9:19 PM      Thursday; September 29, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How do i set an auto-reply at weekends only

    Hi,
    Ive been trying to work this out for days, but alas its beaten me ! I have a photography business with 'normal' business days staring at 9am Tuesday, ending 5pm Saturday. I therefore get a lot of enquiries on Sundays and Mondays (ie our 'weekend') and people don't often appreciate that its our day off. I'd like to set up an auto reply to e mails arriving in my inbox on Sundays and Mondays that say something like "I'm afraid that were closed on Sundays and Mondays, but we'll get back to you as soon as possible from Tuesday morning..." etc.
    My theory is that i could set up the autoreply on Automator and have Calendar 'switch it on and off " at the right times with a repeat function. I just dont know how to set about doing either of teh two steps (if indeed its possible)  and how to avoid e mail loops with people who also have autoreplies.
    Any thoughts or ideas would be very much appreciatded !!
    Thanks
    Halid
    http://www.rhubarbandcustard.com

    In searching for a solution, I found this: http://guides.macrumors.com/DrivesandFilesystems
    The info on Ext2 sounded promising, but comments at SourceForge indicated it did not work on Snow Leopard.
    Another option is one of the NTFS drivers for the Mac. You could then format it as NTFS and use it on both Mac and Windows. However, I don't know how the permissions issues will work out.
    I have run [NTFS-3G with MacFuse|http://www.tuxera.com/products/tuxera-ntfs-for-mac>, but not enough to say it is a viable solution for you. There used to be a free version, but it appears that it is no longer free.

  • There are no decent "Auto Reply SMS" apps out there. Besides for looking everyday in the store, is there a way to be notified when a new one crops up?

    I am new to the iPhone world and I have the 4S. I just switched over from the Android World. I know there are no "auto reply SMS" applications out there as I've checked everywhere (store and 'net) looking for one. In this world of trying to be safe while driving I cannot believe Apple as the leader in the industry hasn't developed something yet to deal with this. I entered a shortcut in my keyboard of "qq" to be a "I'm driving right now...." auto text but I cannot believe there is nothing out there right now. My question, besides if anyone knows of anything for a non-jailbroke phone, is how can I find something once it comes out without checking the store so often? I set up a Google alert but is that about all I can hope for??

    Hey Eric,
    Thanks for taking the time. Unfortunately no that does not solve it. Same as swipe it will get me there and it will show separate programs spaced out. The issue I am having is that all my open word files are bunched up in a pile on top of each other. I can see the edges of each one but I want them to be separated from each other enough that I can visually identify what file is what.
    Again, thanks for trying, it is appreciated.

  • How do you turn off auto-reply/notify in iCal?

    I'm sure there's a simple answer to this because I've searched high and low and I just can't disable the auto-notify/auto-reply feature in iCal when I delete a meeting notice someone else invited me to.
    What's the process for turning off this great feature (tongue in cheek)? I'm stumped.
    JimN

    A great solution here:
    http://www.nhoj.co.uk/icalreplychecker/
    Install and it works a treat. You can either disable the auto-reply altogether, or have ical ask you first.
    Hope that helps!

  • Message id in auto-reply

    Dear All,
    Can we remove the message-id from the auto-reply?
    in an auto-reply the message bounces back to the user including in the body part the following:
    Message-id: <[email protected]>
    Date: Thu, 31 Jul 2008 21:36:08 +0300
    From: [email protected]
    To: [email protected]
    Subject: sub
    Can we eliminate the Message-id?
    Messaging server 6.3
    Thanks,
    Scotty

    s@mira123 wrote:
    Can we remove the message-id from the auto-reply?Why would you want to do this?
    in an auto-reply the message bounces back to the user including in the body part the following:
    Message-id: <[email protected]>
    Date: Thu, 31 Jul 2008 21:36:08 +0300
    From: [email protected]
    To: [email protected]
    Subject: sub
    Can we eliminate the Message-id?As per the RFC 2822:
    <snip>
    3.6.4. Identification fields
    Though optional, every message SHOULD have a "Message-ID:" field.
    Furthermore, reply messages SHOULD have "In-Reply-To:" and
    "References:" fields as appropriate, as described below.
    </snip>
    So coming back to my earlier question, why would you want to eliminate the message-id: field?
    Regards,
    Shane.

  • How can I set up auto reply on Mozilla Thunderbird email?

    I can't seem to set up auto reply for my email. I need to do this because I will be away from my computer for over a month.

    Please look at what your email provider can offer.
    To do it using Thunderbird, you'll need to leave it running and connected while you're gone. Much better to use someone else's server.

  • How do i auto reply on Mac Mail 3.6?

    Hello helpers. I'm running Mail 3.6 (old - I'm due to get new Mac soon). How do I set a Rule to auto-reply telling people I'm away, please? Last time I tried it, it was a disaster - resending old msgs out to 100s of people. Thanks, any help really appreciated.

    Try here  >  http://macosx.com/forums/mac-os-x-system-mac-software/273143-mac-mail-auto-reply .html

Maybe you are looking for

  • Oracle Java connectivity

    Hi, I have installed Oracle 10g on Fedora Core 6. I've been trying to connect to the database via java using jdk1.5(using both drivers, classes12.jar and ojdbc14.jar). But its giving an error Network Adapter Failed. Can any one shed some light on thi

  • Creating "compiled" swf?

    Aloha! It's been many, many moons since I've worked with Flash ( Flash 5, Circa 2001 eek! ) and I'm trying to get to grips with the new version. Apologies for anything that might seem "obvious" to full-time flash developers, I’ve never used the Creat

  • Change aspect ratio of video

    Hello! Is there a way to change the aspect ratio of the video streams delivered by the VideoPublisher from 1:1 to other aspect ratios (4:3, 16:9)? Regards, Christian

  • Is there a way to opt out of the dissapearing tab bar?

    I really don't like the new feature where the tabs diasspear when you are using the internet, and then reappear whenyou hover over them. Is there a way to go back to the old feature where the tabs are stable and always there?

  • Insomnia and kernel panic

    Hi all, I have a 17" C2D Macbook pro that has just started to have this problem. When I close the lid it doesn't go to sleep (hear the HD and it gets hot) if I open the lid, the backlight is off but I can see that it has Kernel panicked by looking at